Html Css Color HEX #F0DA30 Golden Fizz

📋 copy color: '#F0DA30'

red 240 ◦ green 218 ◦ blue 48

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

Shades of Golden Fizz #F0DA30

Tints of Golden Fizz #F0DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.08%

 BLUE value IS 48 (19.14% from 255) = 9.49%

R = 47.43%
G = 43.08%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F0DA30 (or 0xF0DA30) is known color: Golden Fizz. HEX triplet: F0, DA and 30. RGB value is (240,218,48). Sum of RGB (Red+Green+Blue) = 240+218+48=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 48 (19.14% from 255 or 9.49% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0DA30 is #0F25CF. Grayscale: #CDCDCD. Windows color (decimal): -992720 or 3201776. OLE color: 3201776.

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

Color convert

RGB 240 218 48 -
CMYK 0 0.09 0.8 0.06
HSL 53.13º 0.86% 0.56% -
HSV(B) 53.13º 0.8% 0.94% -
XYZ 61.54 68.88 12.85 -
YUV 205.2 39.29 152.82 -
System Red Green Blue C M Y K H S L
Decimal 240 218 48 0 0.09 0.8 0.06 53.13 0.86 0.56
Hex F0 DA 30 0 9 50 6 35 56 38
Octal 360 332 60 0 11 120 6 65 126 70
Binary 11110000 11011010 110000 0 1001 1010000 110 110101 1010110 111000

Color Harmonies of #F0DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DA30

Black with #F0DA30

Text Example


Text Example

White with #F0DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DA30; }

 p { color: rgb(240,218,48); }

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

background-color css

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

 a { background-color: rgb(240,218,48); }

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

border-color css

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

 span { border-color: rgb(240,218,48); }

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