Html Css Color HEX #F0D435 Golden Dream

📋 copy color: '#F0D435'

red 240 ◦ green 212 ◦ blue 53

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

Shades of Golden Dream #F0D435

Tints of Golden Dream #F0D435

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.98%

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

R = 47.52%
G = 41.98%
B = 10.5%

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

#F0D435 (or 0xF0D435) is known color: Golden Dream. HEX triplet: F0, D4 and 35. RGB value is (240,212,53). Sum of RGB (Red+Green+Blue) = 240+212+53=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D435 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D435 is #0F2BCA. Grayscale: #CACACA. Windows color (decimal): -994251 or 3527920. OLE color: 3527920.

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

Color convert

RGB 240 212 53 -
CMYK 0 0.12 0.78 0.06
HSL 51.02º 0.86% 0.57% -
HSV(B) 51.02º 0.78% 0.94% -
XYZ 60.12 65.87 12.91 -
YUV 202.25 43.78 154.93 -
System Red Green Blue C M Y K H S L
Decimal 240 212 53 0 0.12 0.78 0.06 51.02 0.86 0.57
Hex F0 D4 35 0 C 4E 6 33 56 39
Octal 360 324 65 0 14 116 6 63 126 71
Binary 11110000 11010100 110101 0 1100 1001110 110 110011 1010110 111001

Color Harmonies of #F0D435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D435

Black with #F0D435

Text Example


Text Example

White with #F0D435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D435; }

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

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

background-color css

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

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

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

border-color css

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

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

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