Html Css Color HEX #F2DA2E Golden Fizz

📋 copy color: '#F2DA2E'

red 242 ◦ green 218 ◦ blue 46

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

Shades of Golden Fizz #F2DA2E

Tints of Golden Fizz #F2DA2E

RGB

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

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

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

R = 47.83%
G = 43.08%
B = 9.09%

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

#F2DA2E (or 0xF2DA2E) is known color: Golden Fizz. HEX triplet: F2, DA and 2E. RGB value is (242,218,46). Sum of RGB (Red+Green+Blue) = 242+218+46=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2DA2E is #0D25D1. Grayscale: #CECECE. Windows color (decimal): -861650 or 3070706. OLE color: 3070706.

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

Color convert

RGB 242 218 46 -
CMYK 0 0.10 0.81 0.05
HSL 52.65º 0.88% 0.56% -
HSV(B) 52.65º 0.81% 0.95% -
XYZ 62.18 69.22 12.67 -
YUV 205.57 37.95 153.99 -
System Red Green Blue C M Y K H S L
Decimal 242 218 46 0 0.10 0.81 0.05 52.65 0.88 0.56
Hex F2 DA 2E 0 A 51 5 35 58 38
Octal 362 332 56 0 12 121 5 65 130 70
Binary 11110010 11011010 101110 0 1010 1010001 101 110101 1011000 111000

Color Harmonies of #F2DA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DA2E

Black with #F2DA2E

Text Example


Text Example

White with #F2DA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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