Html Css Color HEX #FED872 Salomie

📋 copy color: '#FED872'

red 254 ◦ green 216 ◦ blue 114

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

Shades of Salomie #FED872

Tints of Salomie #FED872

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.99%

 BLUE value IS 114 (44.92% from 255) = 19.52%

R = 43.49%
G = 36.99%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FED872 (or 0xFED872) is known color: Salomie. HEX triplet: FE, D8 and 72. RGB value is (254,216,114). Sum of RGB (Red+Green+Blue) = 254+216+114=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 114 (44.92% from 255 or 19.52% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FED872 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED872 is #01278D. Grayscale: #D8D8D8. Windows color (decimal): -75662 or 7526654. OLE color: 7526654.

HSL color Cylindrical-coordinate representation of color #FED872: hue angle of 43.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FED872 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 216 114 -
CMYK 0 0.15 0.55 0.00
HSL 43.71º 0.99% 0.72% -
HSV(B) 43.71º 0.55% 1% -
XYZ 68.47 71.4 26.09 -
YUV 215.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 254 216 114 0 0.15 0.55 0.00 43.71 0.99 0.72
Hex FE D8 72 0 F 37 0 2C 63 48
Octal 376 330 162 0 17 67 0 54 143 110
Binary 11111110 11011000 1110010 0 1111 110111 0 101100 1100011 1001000

Color Harmonies of #FED872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED872

Black with #FED872

Text Example


Text Example

White with #FED872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED872; }

 p { color: rgb(254,216,114); }

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

background-color css

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

 a { background-color: rgb(254,216,114); }

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

border-color css

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

 span { border-color: rgb(254,216,114); }

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