Html Css Color HEX #F9D474 Salomie

📋 copy color: '#F9D474'

red 249 ◦ green 212 ◦ blue 116

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

Shades of Salomie #F9D474

Tints of Salomie #F9D474

RGB

 RED value IS 249 (97.66% from 255) = 43.15%

 GREEN value IS 212 (83.2% from 255) = 36.74%

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 43.15%
G = 36.74%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9D474 (or 0xF9D474) is known color: Salomie. HEX triplet: F9, D4 and 74. RGB value is (249,212,116). Sum of RGB (Red+Green+Blue) = 249+212+116=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9D474 is #062B8B. Grayscale: #D4D4D4. Windows color (decimal): -404364 or 7656697. OLE color: 7656697.

HSL color Cylindrical-coordinate representation of color #F9D474: hue angle of 43.31º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9D474 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 212 116 -
CMYK 0 0.15 0.53 0.02
HSL 43.31º 0.92% 0.72% -
HSV(B) 43.31º 0.53% 0.98% -
XYZ 65.76 68.49 26.28 -
YUV 212.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 249 212 116 0 0.15 0.53 0.02 43.31 0.92 0.72
Hex F9 D4 74 0 F 35 2 2B 5C 48
Octal 371 324 164 0 17 65 2 53 134 110
Binary 11111001 11010100 1110100 0 1111 110101 10 101011 1011100 1001000

Color Harmonies of #F9D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D474

Black with #F9D474

Text Example


Text Example

White with #F9D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D474; }

 p { color: rgb(249,212,116); }

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

background-color css

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

 a { background-color: rgb(249,212,116); }

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

border-color css

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

 span { border-color: rgb(249,212,116); }

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