Html Css Color HEX #F9CF2F Sunglow

📋 copy color: '#F9CF2F'

red 249 ◦ green 207 ◦ blue 47

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

Shades of Sunglow #F9CF2F

Tints of Sunglow #F9CF2F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.15%

 BLUE value IS 47 (18.75% from 255) = 9.34%

R = 49.5%
G = 41.15%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#F9CF2F (or 0xF9CF2F) is known color: Sunglow. HEX triplet: F9, CF and 2F. RGB value is (249,207,47). Sum of RGB (Red+Green+Blue) = 249+207+47=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CF2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9CF2F is #0630D0. Grayscale: #C9C9C9. Windows color (decimal): -405713 or 3133433. OLE color: 3133433.

HSL color Cylindrical-coordinate representation of color #F9CF2F: hue angle of 47.52º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9CF2F is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 207 47 -
CMYK 0 0.17 0.81 0.02
HSL 47.52º 0.94% 0.58% -
HSV(B) 47.52º 0.81% 0.98% -
XYZ 61.89 64.97 11.97 -
YUV 201.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 249 207 47 0 0.17 0.81 0.02 47.52 0.94 0.58
Hex F9 CF 2F 0 11 51 2 30 5E 3A
Octal 371 317 57 0 21 121 2 60 136 72
Binary 11111001 11001111 101111 0 10001 1010001 10 110000 1011110 111010

Color Harmonies of #F9CF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CF2F

Black with #F9CF2F

Text Example


Text Example

White with #F9CF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CF2F; }

 p { color: rgb(249,207,47); }

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

background-color css

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

 a { background-color: rgb(249,207,47); }

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

border-color css

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

 span { border-color: rgb(249,207,47); }

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