Html Css Color HEX #F2E306 Golden Yellow

📋 copy color: '#F2E306'

red 242 ◦ green 227 ◦ blue 6

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

Shades of Golden Yellow #F2E306

Tints of Golden Yellow #F2E306

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.79%

 BLUE value IS 6 (2.73% from 255) = 1.26%

R = 50.95%
G = 47.79%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F2E306 (or 0xF2E306) is known color: Golden Yellow. HEX triplet: F2, E3 and 06. RGB value is (242,227,6). Sum of RGB (Red+Green+Blue) = 242+227+6=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E306 is #0D1CF9. Grayscale: #CFCFCF. Windows color (decimal): -859386 or 451570. OLE color: 451570.

HSL color Cylindrical-coordinate representation of color #F2E306: hue angle of 56.19º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F2E306 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 227 6 -
CMYK 0 0.06 0.98 0.05
HSL 56.19º 0.95% 0.49% -
HSV(B) 56.19º 0.98% 0.95% -
XYZ 64.12 73.83 11.04 -
YUV 206.29 14.97 153.47 -
System Red Green Blue C M Y K H S L
Decimal 242 227 6 0 0.06 0.98 0.05 56.19 0.95 0.49
Hex F2 E3 6 0 6 62 5 38 5F 31
Octal 362 343 6 0 6 142 5 70 137 61
Binary 11110010 11100011 110 0 110 1100010 101 111000 1011111 110001

Color Harmonies of #F2E306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E306

Black with #F2E306

Text Example


Text Example

White with #F2E306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E306; }

 p { color: rgb(242,227,6); }

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

background-color css

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

 a { background-color: rgb(242,227,6); }

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

border-color css

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

 span { border-color: rgb(242,227,6); }

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