Html Css Color HEX #F0C82C Golden Dream

📋 copy color: '#F0C82C'

red 240 ◦ green 200 ◦ blue 44

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

Shades of Golden Dream #F0C82C

Tints of Golden Dream #F0C82C

RGB

 RED value IS 240 (94.14% from 255) = 49.59%

 GREEN value IS 200 (78.52% from 255) = 41.32%

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

R = 49.59%
G = 41.32%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0C82C (or 0xF0C82C) is known color: Golden Dream. HEX triplet: F0, C8 and 2C. RGB value is (240,200,44). Sum of RGB (Red+Green+Blue) = 240+200+44=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C82C is #0F37D3. Grayscale: #C2C2C2. Windows color (decimal): -997332 or 2935024. OLE color: 2935024.

HSL color Cylindrical-coordinate representation of color #F0C82C: hue angle of 47.76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0C82C is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 44 -
CMYK 0 0.17 0.82 0.06
HSL 47.76º 0.87% 0.56% -
HSV(B) 47.76º 0.82% 0.94% -
XYZ 57.04 60.02 10.96 -
YUV 194.18 43.25 160.68 -
System Red Green Blue C M Y K H S L
Decimal 240 200 44 0 0.17 0.82 0.06 47.76 0.87 0.56
Hex F0 C8 2C 0 11 52 6 30 57 38
Octal 360 310 54 0 21 122 6 60 127 70
Binary 11110000 11001000 101100 0 10001 1010010 110 110000 1010111 111000

Color Harmonies of #F0C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C82C

Black with #F0C82C

Text Example


Text Example

White with #F0C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C82C; }

 p { color: rgb(240,200,44); }

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

background-color css

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

 a { background-color: rgb(240,200,44); }

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

border-color css

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

 span { border-color: rgb(240,200,44); }

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