Html Css Color HEX #F2DF2B Golden Fizz

📋 copy color: '#F2DF2B'

red 242 ◦ green 223 ◦ blue 43

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

Shades of Golden Fizz #F2DF2B

Tints of Golden Fizz #F2DF2B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.9%

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

R = 47.64%
G = 43.9%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F2DF2B (or 0xF2DF2B) is known color: Golden Fizz. HEX triplet: F2, DF and 2B. RGB value is (242,223,43). Sum of RGB (Red+Green+Blue) = 242+223+43=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 43 (17.19% from 255 or 8.46% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DF2B is #0D20D4. Grayscale: #D0D0D0. Windows color (decimal): -860373 or 2875378. OLE color: 2875378.

HSL color Cylindrical-coordinate representation of color #F2DF2B: hue angle of 54.27º 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 #F2DF2B is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 43 -
CMYK 0 0.08 0.82 0.05
HSL 54.27º 0.88% 0.56% -
HSV(B) 54.27º 0.82% 0.95% -
XYZ 63.44 71.83 12.81 -
YUV 208.16 34.79 152.14 -
System Red Green Blue C M Y K H S L
Decimal 242 223 43 0 0.08 0.82 0.05 54.27 0.88 0.56
Hex F2 DF 2B 0 8 52 5 36 58 38
Octal 362 337 53 0 10 122 5 66 130 70
Binary 11110010 11011111 101011 0 1000 1010010 101 110110 1011000 111000

Color Harmonies of #F2DF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DF2B

Black with #F2DF2B

Text Example


Text Example

White with #F2DF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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