Html Css Color HEX #F0D333 Golden Dream

📋 copy color: '#F0D333'

red 240 ◦ green 211 ◦ blue 51

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

Shades of Golden Dream #F0D333

Tints of Golden Dream #F0D333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.16%

R = 47.81%
G = 42.03%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#F0D333 (or 0xF0D333) is known color: Golden Dream. HEX triplet: F0, D3 and 33. RGB value is (240,211,51). Sum of RGB (Red+Green+Blue) = 240+211+51=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 51 (20.31% from 255 or 10.16% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D333 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D333 is #0F2CCC. Grayscale: #CACACA. Windows color (decimal): -994509 or 3396592. OLE color: 3396592.

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

Color convert

RGB 240 211 51 -
CMYK 0 0.12 0.79 0.06
HSL 50.79º 0.86% 0.57% -
HSV(B) 50.79º 0.79% 0.94% -
XYZ 59.83 65.35 12.59 -
YUV 201.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 240 211 51 0 0.12 0.79 0.06 50.79 0.86 0.57
Hex F0 D3 33 0 C 4F 6 33 56 39
Octal 360 323 63 0 14 117 6 63 126 71
Binary 11110000 11010011 110011 0 1100 1001111 110 110011 1010110 111001

Color Harmonies of #F0D333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D333

Black with #F0D333

Text Example


Text Example

White with #F0D333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D333; }

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

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

background-color css

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

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

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

border-color css

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

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

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