Html Css Color HEX #F0C82B Golden Dream

📋 copy color: '#F0C82B'

red 240 ◦ green 200 ◦ blue 43

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

Shades of Golden Dream #F0C82B

Tints of Golden Dream #F0C82B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.9%

R = 49.69%
G = 41.41%
B = 8.9%

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

#F0C82B (or 0xF0C82B) is known color: Golden Dream. HEX triplet: F0, C8 and 2B. RGB value is (240,200,43). Sum of RGB (Red+Green+Blue) = 240+200+43=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 43 (17.19% from 255 or 8.90% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0C82B is #0F37D4. Grayscale: #C2C2C2. Windows color (decimal): -997333 or 2869488. OLE color: 2869488.

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

Color convert

RGB 240 200 43 -
CMYK 0 0.17 0.82 0.06
HSL 47.82º 0.87% 0.55% -
HSV(B) 47.82º 0.82% 0.94% -
XYZ 57.03 60.01 10.86 -
YUV 194.06 42.75 160.77 -
System Red Green Blue C M Y K H S L
Decimal 240 200 43 0 0.17 0.82 0.06 47.82 0.87 0.55
Hex F0 C8 2B 0 11 52 6 30 57 37
Octal 360 310 53 0 21 122 6 60 127 67
Binary 11110000 11001000 101011 0 10001 1010010 110 110000 1010111 110111

Color Harmonies of #F0C82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C82B

Black with #F0C82B

Text Example


Text Example

White with #F0C82B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C82B; }

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

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

background-color css

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

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

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

border-color css

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

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

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