Html Css Color HEX #F2DA2B Golden Fizz

📋 copy color: '#F2DA2B'

red 242 ◦ green 218 ◦ blue 43

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

Shades of Golden Fizz #F2DA2B

Tints of Golden Fizz #F2DA2B

RGB

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

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

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

R = 48.11%
G = 43.34%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2DA2B (or 0xF2DA2B) is known color: Golden Fizz. HEX triplet: F2, DA and 2B. RGB value is (242,218,43). Sum of RGB (Red+Green+Blue) = 242+218+43=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 43 (17.19% from 255 or 8.55% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA2B is #0D25D4. Grayscale: #CDCDCD. Windows color (decimal): -861653 or 2874098. OLE color: 2874098.

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

Color convert

RGB 242 218 43 -
CMYK 0 0.10 0.82 0.05
HSL 52.76º 0.88% 0.56% -
HSV(B) 52.76º 0.82% 0.95% -
XYZ 62.13 69.19 12.37 -
YUV 205.23 36.45 154.23 -
System Red Green Blue C M Y K H S L
Decimal 242 218 43 0 0.10 0.82 0.05 52.76 0.88 0.56
Hex F2 DA 2B 0 A 52 5 35 58 38
Octal 362 332 53 0 12 122 5 65 130 70
Binary 11110010 11011010 101011 0 1010 1010010 101 110101 1011000 111000

Color Harmonies of #F2DA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA2B

Black with #F2DA2B

Text Example


Text Example

White with #F2DA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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