Html Css Color HEX #F0D335 Golden Dream

📋 copy color: '#F0D335'

red 240 ◦ green 211 ◦ blue 53

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

Shades of Golden Dream #F0D335

Tints of Golden Dream #F0D335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

 BLUE value IS 53 (21.09% from 255) = 10.52%

R = 47.62%
G = 41.87%
B = 10.52%

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

#F0D335 (or 0xF0D335) is known color: Golden Dream. HEX triplet: F0, D3 and 35. RGB value is (240,211,53). Sum of RGB (Red+Green+Blue) = 240+211+53=504 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.62% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D335 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D335 is #0F2CCA. Grayscale: #CACACA. Windows color (decimal): -994507 or 3527664. OLE color: 3527664.

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

Color convert

RGB 240 211 53 -
CMYK 0 0.12 0.78 0.06
HSL 50.7º 0.86% 0.57% -
HSV(B) 50.7º 0.78% 0.94% -
XYZ 59.87 65.37 12.83 -
YUV 201.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 240 211 53 0 0.12 0.78 0.06 50.7 0.86 0.57
Hex F0 D3 35 0 C 4E 6 33 56 39
Octal 360 323 65 0 14 116 6 63 126 71
Binary 11110000 11010011 110101 0 1100 1001110 110 110011 1010110 111001

Color Harmonies of #F0D335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D335

Black with #F0D335

Text Example


Text Example

White with #F0D335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D335; }

 p { color: rgb(240,211,53); }

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

background-color css

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

 a { background-color: rgb(240,211,53); }

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

border-color css

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

 span { border-color: rgb(240,211,53); }

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