Html Css Color HEX #F0C82A Golden Dream

📋 copy color: '#F0C82A'

red 240 ◦ green 200 ◦ blue 42

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

Shades of Golden Dream #F0C82A

Tints of Golden Dream #F0C82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 49.79%
G = 41.49%
B = 8.71%

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

#F0C82A (or 0xF0C82A) is known color: Golden Dream. HEX triplet: F0, C8 and 2A. RGB value is (240,200,42). Sum of RGB (Red+Green+Blue) = 240+200+42=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C82A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C82A is #0F37D5. Grayscale: #C2C2C2. Windows color (decimal): -997334 or 2803952. OLE color: 2803952.

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

Color convert

RGB 240 200 42 -
CMYK 0 0.17 0.82 0.06
HSL 47.88º 0.87% 0.55% -
HSV(B) 47.88º 0.83% 0.94% -
XYZ 57.01 60 10.77 -
YUV 193.95 42.25 160.85 -
System Red Green Blue C M Y K H S L
Decimal 240 200 42 0 0.17 0.82 0.06 47.88 0.87 0.55
Hex F0 C8 2A 0 11 52 6 30 57 37
Octal 360 310 52 0 21 122 6 60 127 67
Binary 11110000 11001000 101010 0 10001 1010010 110 110000 1010111 110111

Color Harmonies of #F0C82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C82A

Black with #F0C82A

Text Example


Text Example

White with #F0C82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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