Html Css Color HEX #F2DA27 Golden Fizz

📋 copy color: '#F2DA27'

red 242 ◦ green 218 ◦ blue 39

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

Shades of Golden Fizz #F2DA27

Tints of Golden Fizz #F2DA27

RGB

 RED value IS 242 (94.92% from 255) = 48.5%

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

 BLUE value IS 39 (15.63% from 255) = 7.82%

R = 48.5%
G = 43.69%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F2DA27 (or 0xF2DA27) is known color: Golden Fizz. HEX triplet: F2, DA and 27. RGB value is (242,218,39). Sum of RGB (Red+Green+Blue) = 242+218+39=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 39 (15.62% from 255 or 7.82% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA27 is #0D25D8. Grayscale: #CDCDCD. Windows color (decimal): -861657 or 2611954. OLE color: 2611954.

HSL color Cylindrical-coordinate representation of color #F2DA27: hue angle of 52.91º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F2DA27 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 218 39 -
CMYK 0 0.10 0.84 0.05
HSL 52.91º 0.89% 0.55% -
HSV(B) 52.91º 0.84% 0.95% -
XYZ 62.06 69.17 12 -
YUV 204.77 34.45 154.55 -
System Red Green Blue C M Y K H S L
Decimal 242 218 39 0 0.10 0.84 0.05 52.91 0.89 0.55
Hex F2 DA 27 0 A 54 5 35 59 37
Octal 362 332 47 0 12 124 5 65 131 67
Binary 11110010 11011010 100111 0 1010 1010100 101 110101 1011001 110111

Color Harmonies of #F2DA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA27

Black with #F2DA27

Text Example


Text Example

White with #F2DA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA27; }

 p { color: rgb(242,218,39); }

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

background-color css

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

 a { background-color: rgb(242,218,39); }

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

border-color css

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

 span { border-color: rgb(242,218,39); }

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