Html Css Color HEX #F7E302 Golden Yellow

📋 copy color: '#F7E302'

red 247 ◦ green 227 ◦ blue 2

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

Shades of Golden Yellow #F7E302

Tints of Golden Yellow #F7E302

RGB

 RED value IS 247 (96.88% from 255) = 51.89%

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 51.89%
G = 47.69%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F7E302 (or 0xF7E302) is known color: Golden Yellow. HEX triplet: F7, E3 and 02. RGB value is (247,227,2). Sum of RGB (Red+Green+Blue) = 247+227+2=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7E302 is #081CFD. Grayscale: #D0D0D0. Windows color (decimal): -531710 or 189431. OLE color: 189431.

HSL color Cylindrical-coordinate representation of color #F7E302: hue angle of 55.1º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7E302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 227 2 -
CMYK 0 0.08 0.99 0.03
HSL 55.1º 0.98% 0.49% -
HSV(B) 55.1º 0.99% 0.97% -
XYZ 65.84 74.72 11.01 -
YUV 207.33 12.13 156.3 -
System Red Green Blue C M Y K H S L
Decimal 247 227 2 0 0.08 0.99 0.03 55.1 0.98 0.49
Hex F7 E3 2 0 8 63 3 37 62 31
Octal 367 343 2 0 10 143 3 67 142 61
Binary 11110111 11100011 10 0 1000 1100011 11 110111 1100010 110001

Color Harmonies of #F7E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E302

Black with #F7E302

Text Example


Text Example

White with #F7E302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E302; }

 p { color: rgb(247,227,2); }

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

background-color css

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

 a { background-color: rgb(247,227,2); }

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

border-color css

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

 span { border-color: rgb(247,227,2); }

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