Html Css Color HEX #FED27B Salomie

📋 copy color: '#FED27B'

red 254 ◦ green 210 ◦ blue 123

#FED27B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salomie #FED27B

Tints of Salomie #FED27B

RGB

 RED value IS 254 (99.61% from 255) = 43.27%

 GREEN value IS 210 (82.42% from 255) = 35.78%

 BLUE value IS 123 (48.44% from 255) = 20.95%

R = 43.27%
G = 35.78%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FED27B (or 0xFED27B) is known color: Salomie. HEX triplet: FE, D2 and 7B. RGB value is (254,210,123). Sum of RGB (Red+Green+Blue) = 254+210+123=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 123 (48.44% from 255 or 20.95% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FED27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED27B is #012D84. Grayscale: #D5D5D5. Windows color (decimal): -77189 or 8114942. OLE color: 8114942.

HSL color Cylindrical-coordinate representation of color #FED27B: hue angle of 39.85º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FED27B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 210 123 -
CMYK 0 0.17 0.52 0.00
HSL 39.85º 0.98% 0.74% -
HSV(B) 39.85º 0.52% 1% -
XYZ 67.49 68.59 28.42 -
YUV 213.24 77.08 157.07 -
System Red Green Blue C M Y K H S L
Decimal 254 210 123 0 0.17 0.52 0.00 39.85 0.98 0.74
Hex FE D2 7B 0 11 34 0 28 62 4A
Octal 376 322 173 0 21 64 0 50 142 112
Binary 11111110 11010010 1111011 0 10001 110100 0 101000 1100010 1001010

Color Harmonies of #FED27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED27B

Black with #FED27B

Text Example


Text Example

White with #FED27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED27B; }

 p { color: rgb(254,210,123); }

 H1.HeaderClassName
 {
   color: #FED27B;
 }
 .AnyTagClassName
 {
   color: #FED27B;
 }
</style>

background-color css

<style>
 a { background-color: #FED27B; }

 a { background-color: rgb(254,210,123); }

 div.DivClassName
 {
   background-color: #FED27B;
 }
 .BgClassName
 {
   background-color: #FED27B;
 }
</style>

border-color css

<style>
 span { border-color: #FED27B; }

 span { border-color: rgb(254,210,123); }

 td.TdClassName
 {
   border-color: #FED27B;
 }
 .TagClassName
 {
   border-color: #FED27B;
 }
</style>