Html Css Color HEX #F8CC2F Sunglow

📋 copy color: '#F8CC2F'

red 248 ◦ green 204 ◦ blue 47

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

Shades of Sunglow #F8CC2F

Tints of Sunglow #F8CC2F

RGB

 RED value IS 248 (97.27% from 255) = 49.7%

 GREEN value IS 204 (80.08% from 255) = 40.88%

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

R = 49.7%
G = 40.88%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F8CC2F (or 0xF8CC2F) is known color: Sunglow. HEX triplet: F8, CC and 2F. RGB value is (248,204,47). Sum of RGB (Red+Green+Blue) = 248+204+47=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 47 (18.75% from 255 or 9.42% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC2F is #0733D0. Grayscale: #C7C7C7. Windows color (decimal): -472017 or 3132664. OLE color: 3132664.

HSL color Cylindrical-coordinate representation of color #F8CC2F: hue angle of 46.87º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8CC2F is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 204 47 -
CMYK 0 0.18 0.81 0.03
HSL 46.87º 0.93% 0.58% -
HSV(B) 46.87º 0.81% 0.97% -
XYZ 60.82 63.35 11.71 -
YUV 199.26 42.08 162.77 -
System Red Green Blue C M Y K H S L
Decimal 248 204 47 0 0.18 0.81 0.03 46.87 0.93 0.58
Hex F8 CC 2F 0 12 51 3 2F 5D 3A
Octal 370 314 57 0 22 121 3 57 135 72
Binary 11111000 11001100 101111 0 10010 1010001 11 101111 1011101 111010

Color Harmonies of #F8CC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC2F

Black with #F8CC2F

Text Example


Text Example

White with #F8CC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC2F; }

 p { color: rgb(248,204,47); }

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

background-color css

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

 a { background-color: rgb(248,204,47); }

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

border-color css

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

 span { border-color: rgb(248,204,47); }

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