Html Css Color HEX #F0D22E Golden Dream

📋 copy color: '#F0D22E'

red 240 ◦ green 210 ◦ blue 46

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

Shades of Golden Dream #F0D22E

Tints of Golden Dream #F0D22E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.34%

 BLUE value IS 46 (18.36% from 255) = 9.27%

R = 48.39%
G = 42.34%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0D22E (or 0xF0D22E) is known color: Golden Dream. HEX triplet: F0, D2 and 2E. RGB value is (240,210,46). Sum of RGB (Red+Green+Blue) = 240+210+46=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D22E is #0F2DD1. Grayscale: #C8C8C8. Windows color (decimal): -994770 or 3068656. OLE color: 3068656.

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

Color convert

RGB 240 210 46 -
CMYK 0 0.12 0.81 0.06
HSL 50.72º 0.87% 0.56% -
HSV(B) 50.72º 0.81% 0.94% -
XYZ 59.47 64.82 11.96 -
YUV 200.27 40.94 156.34 -
System Red Green Blue C M Y K H S L
Decimal 240 210 46 0 0.12 0.81 0.06 50.72 0.87 0.56
Hex F0 D2 2E 0 C 51 6 33 57 38
Octal 360 322 56 0 14 121 6 63 127 70
Binary 11110000 11010010 101110 0 1100 1010001 110 110011 1010111 111000

Color Harmonies of #F0D22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D22E

Black with #F0D22E

Text Example


Text Example

White with #F0D22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D22E; }

 p { color: rgb(240,210,46); }

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

background-color css

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

 a { background-color: rgb(240,210,46); }

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

border-color css

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

 span { border-color: rgb(240,210,46); }

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