Html Css Color HEX #F0D535 Golden Fizz

📋 copy color: '#F0D535'

red 240 ◦ green 213 ◦ blue 53

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

Shades of Golden Fizz #F0D535

Tints of Golden Fizz #F0D535

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.09%

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

R = 47.43%
G = 42.09%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0D535 (or 0xF0D535) is known color: Golden Fizz. HEX triplet: F0, D5 and 35. RGB value is (240,213,53). Sum of RGB (Red+Green+Blue) = 240+213+53=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 53 (21.09% from 255 or 10.47% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D535 is #0F2ACA. Grayscale: #CBCBCB. Windows color (decimal): -993995 or 3528176. OLE color: 3528176.

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

Color convert

RGB 240 213 53 -
CMYK 0 0.11 0.78 0.06
HSL 51.34º 0.86% 0.57% -
HSV(B) 51.34º 0.78% 0.94% -
XYZ 60.37 66.37 13 -
YUV 202.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 240 213 53 0 0.11 0.78 0.06 51.34 0.86 0.57
Hex F0 D5 35 0 B 4E 6 33 56 39
Octal 360 325 65 0 13 116 6 63 126 71
Binary 11110000 11010101 110101 0 1011 1001110 110 110011 1010110 111001

Color Harmonies of #F0D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D535

Black with #F0D535

Text Example


Text Example

White with #F0D535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D535; }

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

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

background-color css

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

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

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

border-color css

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

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

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