Html Css Color HEX #F2DB2E Golden Fizz

📋 copy color: '#F2DB2E'

red 242 ◦ green 219 ◦ blue 46

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

Shades of Golden Fizz #F2DB2E

Tints of Golden Fizz #F2DB2E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

 BLUE value IS 46 (18.36% from 255) = 9.07%

R = 47.73%
G = 43.2%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F2DB2E (or 0xF2DB2E) is known color: Golden Fizz. HEX triplet: F2, DB and 2E. RGB value is (242,219,46). Sum of RGB (Red+Green+Blue) = 242+219+46=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DB2E is #0D24D1. Grayscale: #CECECE. Windows color (decimal): -861394 or 3070962. OLE color: 3070962.

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

Color convert

RGB 242 219 46 -
CMYK 0 0.10 0.81 0.05
HSL 52.96º 0.88% 0.56% -
HSV(B) 52.96º 0.81% 0.95% -
XYZ 62.44 69.74 12.75 -
YUV 206.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 242 219 46 0 0.10 0.81 0.05 52.96 0.88 0.56
Hex F2 DB 2E 0 A 51 5 35 58 38
Octal 362 333 56 0 12 121 5 65 130 70
Binary 11110010 11011011 101110 0 1010 1010001 101 110101 1011000 111000

Color Harmonies of #F2DB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DB2E

Black with #F2DB2E

Text Example


Text Example

White with #F2DB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DB2E; }

 p { color: rgb(242,219,46); }

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

background-color css

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

 a { background-color: rgb(242,219,46); }

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

border-color css

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

 span { border-color: rgb(242,219,46); }

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