Html Css Color HEX #F0D236 Golden Dream

📋 copy color: '#F0D236'

red 240 ◦ green 210 ◦ blue 54

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

Shades of Golden Dream #F0D236

Tints of Golden Dream #F0D236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.71%

R = 47.62%
G = 41.67%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0D236 (or 0xF0D236) is known color: Golden Dream. HEX triplet: F0, D2 and 36. RGB value is (240,210,54). Sum of RGB (Red+Green+Blue) = 240+210+54=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D236 is #0F2DC9. Grayscale: #C9C9C9. Windows color (decimal): -994762 or 3592944. OLE color: 3592944.

HSL color Cylindrical-coordinate representation of color #F0D236: hue angle of 50.32º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0D236 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 210 54 -
CMYK 0 0.12 0.78 0.06
HSL 50.32º 0.86% 0.58% -
HSV(B) 50.32º 0.78% 0.94% -
XYZ 59.65 64.88 12.87 -
YUV 201.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 240 210 54 0 0.12 0.78 0.06 50.32 0.86 0.58
Hex F0 D2 36 0 C 4E 6 32 56 3A
Octal 360 322 66 0 14 116 6 62 126 72
Binary 11110000 11010010 110110 0 1100 1001110 110 110010 1010110 111010

Color Harmonies of #F0D236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D236

Black with #F0D236

Text Example


Text Example

White with #F0D236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D236; }

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

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

background-color css

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

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

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

border-color css

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

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

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