Html Css Color HEX #F0D237 Golden Dream

📋 copy color: '#F0D237'

red 240 ◦ green 210 ◦ blue 55

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

Shades of Golden Dream #F0D237

Tints of Golden Dream #F0D237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.89%

R = 47.52%
G = 41.58%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0D237 (or 0xF0D237) is known color: Golden Dream. HEX triplet: F0, D2 and 37. RGB value is (240,210,55). Sum of RGB (Red+Green+Blue) = 240+210+55=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 55 (21.88% from 255 or 10.89% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D237 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D237 is #0F2DC8. Grayscale: #C9C9C9. Windows color (decimal): -994761 or 3658480. OLE color: 3658480.

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

Color convert

RGB 240 210 55 -
CMYK 0 0.12 0.77 0.06
HSL 50.27º 0.86% 0.58% -
HSV(B) 50.27º 0.77% 0.94% -
XYZ 59.67 64.89 13 -
YUV 201.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 240 210 55 0 0.12 0.77 0.06 50.27 0.86 0.58
Hex F0 D2 37 0 C 4D 6 32 56 3A
Octal 360 322 67 0 14 115 6 62 126 72
Binary 11110000 11010010 110111 0 1100 1001101 110 110010 1010110 111010

Color Harmonies of #F0D237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D237

Black with #F0D237

Text Example


Text Example

White with #F0D237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D237; }

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

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

background-color css

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

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

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

border-color css

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

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

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