Html Css Color HEX #F2E305 Golden Yellow

📋 copy color: '#F2E305'

red 242 ◦ green 227 ◦ blue 5

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

Shades of Golden Yellow #F2E305

Tints of Golden Yellow #F2E305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 51.05%
G = 47.89%
B = 1.05%

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

#F2E305 (or 0xF2E305) is known color: Golden Yellow. HEX triplet: F2, E3 and 05. RGB value is (242,227,5). Sum of RGB (Red+Green+Blue) = 242+227+5=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 5 (2.34% from 255 or 1.05% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2E305 is #0D1CFA. Grayscale: #CFCFCF. Windows color (decimal): -859387 or 386034. OLE color: 386034.

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

Color convert

RGB 242 227 5 -
CMYK 0 0.06 0.98 0.05
HSL 56.2º 0.96% 0.48% -
HSV(B) 56.2º 0.98% 0.95% -
XYZ 64.11 73.83 11.01 -
YUV 206.18 14.47 153.55 -
System Red Green Blue C M Y K H S L
Decimal 242 227 5 0 0.06 0.98 0.05 56.2 0.96 0.48
Hex F2 E3 5 0 6 62 5 38 60 30
Octal 362 343 5 0 6 142 5 70 140 60
Binary 11110010 11100011 101 0 110 1100010 101 111000 1100000 110000

Color Harmonies of #F2E305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E305

Black with #F2E305

Text Example


Text Example

White with #F2E305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E305; }

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

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

background-color css

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

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

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

border-color css

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

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

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