Html Css Color HEX #FEF302 Yellow

📋 copy color: '#FEF302'

red 254 ◦ green 243 ◦ blue 2

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

Shades of Yellow #FEF302

Tints of Yellow #FEF302

RGB

 RED value IS 254 (99.61% from 255) = 50.9%

 GREEN value IS 243 (95.31% from 255) = 48.7%

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

R = 50.9%
G = 48.7%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEF302 (or 0xFEF302) is known color: Yellow. HEX triplet: FE, F3 and 02. RGB value is (254,243,2). Sum of RGB (Red+Green+Blue) = 254+243+2=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 2 (1.17% from 255 or 0.40% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF302 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF302 is #010CFD. Grayscale: #DBDBDB. Windows color (decimal): -68862 or 193534. OLE color: 193534.

HSL color Cylindrical-coordinate representation of color #FEF302: hue angle of 57.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEF302 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 243 2 -
CMYK 0 0.04 0.99 0.00
HSL 57.38º 0.99% 0.5% -
HSV(B) 57.38º 0.99% 1% -
XYZ 72.93 85.18 12.65 -
YUV 218.82 5.64 153.1 -
System Red Green Blue C M Y K H S L
Decimal 254 243 2 0 0.04 0.99 0.00 57.38 0.99 0.5
Hex FE F3 2 0 4 63 0 39 63 32
Octal 376 363 2 0 4 143 0 71 143 62
Binary 11111110 11110011 10 0 100 1100011 0 111001 1100011 110010

Color Harmonies of #FEF302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF302

Black with #FEF302

Text Example


Text Example

White with #FEF302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF302; }

 p { color: rgb(254,243,2); }

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

background-color css

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

 a { background-color: rgb(254,243,2); }

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

border-color css

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

 span { border-color: rgb(254,243,2); }

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