Html Css Color HEX #FED970 Salomie

📋 copy color: '#FED970'

red 254 ◦ green 217 ◦ blue 112

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

Shades of Salomie #FED970

Tints of Salomie #FED970

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 112 (44.14% from 255) = 19.21%

R = 43.57%
G = 37.22%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FED970 (or 0xFED970) is known color: Salomie. HEX triplet: FE, D9 and 70. RGB value is (254,217,112). Sum of RGB (Red+Green+Blue) = 254+217+112=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FED970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED970 is #01268F. Grayscale: #D8D8D8. Windows color (decimal): -75408 or 7395838. OLE color: 7395838.

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

Color convert

RGB 254 217 112 -
CMYK 0 0.15 0.56 0.00
HSL 44.37º 0.99% 0.72% -
HSV(B) 44.37º 0.56% 1% -
XYZ 68.61 71.87 25.58 -
YUV 216.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 254 217 112 0 0.15 0.56 0.00 44.37 0.99 0.72
Hex FE D9 70 0 F 38 0 2C 63 48
Octal 376 331 160 0 17 70 0 54 143 110
Binary 11111110 11011001 1110000 0 1111 111000 0 101100 1100011 1001000

Color Harmonies of #FED970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED970

Black with #FED970

Text Example


Text Example

White with #FED970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED970; }

 p { color: rgb(254,217,112); }

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

background-color css

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

 a { background-color: rgb(254,217,112); }

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

border-color css

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

 span { border-color: rgb(254,217,112); }

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