Html Css Color HEX #F0DE2B Golden Fizz

📋 copy color: '#F0DE2B'

red 240 ◦ green 222 ◦ blue 43

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

Shades of Golden Fizz #F0DE2B

Tints of Golden Fizz #F0DE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 43 (17.19% from 255) = 8.51%

R = 47.52%
G = 43.96%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0DE2B (or 0xF0DE2B) is known color: Golden Fizz. HEX triplet: F0, DE and 2B. RGB value is (240,222,43). Sum of RGB (Red+Green+Blue) = 240+222+43=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 43 (17.19% from 255 or 8.51% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DE2B is #0F21D4. Grayscale: #CFCFCF. Windows color (decimal): -991701 or 2875120. OLE color: 2875120.

HSL color Cylindrical-coordinate representation of color #F0DE2B: hue angle of 54.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0DE2B is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 222 43 -
CMYK 0 0.08 0.82 0.06
HSL 54.52º 0.87% 0.55% -
HSV(B) 54.52º 0.82% 0.94% -
XYZ 62.49 70.94 12.69 -
YUV 206.98 35.46 151.55 -
System Red Green Blue C M Y K H S L
Decimal 240 222 43 0 0.08 0.82 0.06 54.52 0.87 0.55
Hex F0 DE 2B 0 8 52 6 37 57 37
Octal 360 336 53 0 10 122 6 67 127 67
Binary 11110000 11011110 101011 0 1000 1010010 110 110111 1010111 110111

Color Harmonies of #F0DE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DE2B

Black with #F0DE2B

Text Example


Text Example

White with #F0DE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DE2B; }

 p { color: rgb(240,222,43); }

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

background-color css

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

 a { background-color: rgb(240,222,43); }

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

border-color css

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

 span { border-color: rgb(240,222,43); }

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