Html Css Color HEX #F8CA2C Golden Dream

📋 copy color: '#F8CA2C'

red 248 ◦ green 202 ◦ blue 44

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

Shades of Golden Dream #F8CA2C

Tints of Golden Dream #F8CA2C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.89%

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

R = 50.2%
G = 40.89%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F8CA2C (or 0xF8CA2C) is known color: Golden Dream. HEX triplet: F8, CA and 2C. RGB value is (248,202,44). Sum of RGB (Red+Green+Blue) = 248+202+44=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8CA2C is #0735D3. Grayscale: #C6C6C6. Windows color (decimal): -472532 or 2935544. OLE color: 2935544.

HSL color Cylindrical-coordinate representation of color #F8CA2C: hue angle of 46.47º 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 #F8CA2C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 202 44 -
CMYK 0 0.19 0.82 0.03
HSL 46.47º 0.94% 0.57% -
HSV(B) 46.47º 0.82% 0.97% -
XYZ 60.29 62.38 11.25 -
YUV 197.74 41.24 163.85 -
System Red Green Blue C M Y K H S L
Decimal 248 202 44 0 0.19 0.82 0.03 46.47 0.94 0.57
Hex F8 CA 2C 0 13 52 3 2E 5E 39
Octal 370 312 54 0 23 122 3 56 136 71
Binary 11111000 11001010 101100 0 10011 1010010 11 101110 1011110 111001

Color Harmonies of #F8CA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CA2C

Black with #F8CA2C

Text Example


Text Example

White with #F8CA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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