Html Css Color HEX #F8CC2C Golden Dream

📋 copy color: '#F8CC2C'

red 248 ◦ green 204 ◦ blue 44

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

Shades of Golden Dream #F8CC2C

Tints of Golden Dream #F8CC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.87%

R = 50%
G = 41.13%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8CC2C (or 0xF8CC2C) is known color: Golden Dream. HEX triplet: F8, CC and 2C. RGB value is (248,204,44). Sum of RGB (Red+Green+Blue) = 248+204+44=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 44 (17.58% from 255 or 8.87% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CC2C is #0733D3. Grayscale: #C7C7C7. Windows color (decimal): -472020 or 2936056. OLE color: 2936056.

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

Color convert

RGB 248 204 44 -
CMYK 0 0.18 0.82 0.03
HSL 47.06º 0.94% 0.57% -
HSV(B) 47.06º 0.82% 0.97% -
XYZ 60.76 63.32 11.4 -
YUV 198.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 248 204 44 0 0.18 0.82 0.03 47.06 0.94 0.57
Hex F8 CC 2C 0 12 52 3 2F 5E 39
Octal 370 314 54 0 22 122 3 57 136 71
Binary 11111000 11001100 101100 0 10010 1010010 11 101111 1011110 111001

Color Harmonies of #F8CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CC2C

Black with #F8CC2C

Text Example


Text Example

White with #F8CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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