Html Css Color HEX #F0D93F Golden Fizz

📋 copy color: '#F0D93F'

red 240 ◦ green 217 ◦ blue 63

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

Shades of Golden Fizz #F0D93F

Tints of Golden Fizz #F0D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.73%

 BLUE value IS 63 (25% from 255) = 12.12%

R = 46.15%
G = 41.73%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0D93F (or 0xF0D93F) is known color: Golden Fizz. HEX triplet: F0, D9 and 3F. RGB value is (240,217,63). Sum of RGB (Red+Green+Blue) = 240+217+63=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 63 (25% from 255 or 12.12% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D93F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0D93F is #0F26C0. Grayscale: #CECECE. Windows color (decimal): -992961 or 4184560. OLE color: 4184560.

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

Color convert

RGB 240 217 63 -
CMYK 0 0.10 0.74 0.06
HSL 52.2º 0.86% 0.59% -
HSV(B) 52.2º 0.74% 0.94% -
XYZ 61.65 68.51 14.68 -
YUV 206.32 47.12 152.02 -
System Red Green Blue C M Y K H S L
Decimal 240 217 63 0 0.10 0.74 0.06 52.2 0.86 0.59
Hex F0 D9 3F 0 A 4A 6 34 56 3B
Octal 360 331 77 0 12 112 6 64 126 73
Binary 11110000 11011001 111111 0 1010 1001010 110 110100 1010110 111011

Color Harmonies of #F0D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D93F

Black with #F0D93F

Text Example


Text Example

White with #F0D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D93F; }

 p { color: rgb(240,217,63); }

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

background-color css

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

 a { background-color: rgb(240,217,63); }

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

border-color css

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

 span { border-color: rgb(240,217,63); }

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