Html Css Color HEX #FEF702 Yellow

📋 copy color: '#FEF702'

red 254 ◦ green 247 ◦ blue 2

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

Shades of Yellow #FEF702

Tints of Yellow #FEF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.11%

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

R = 50.5%
G = 49.11%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEF702 (or 0xFEF702) is known color: Yellow. HEX triplet: FE, F7 and 02. RGB value is (254,247,2). Sum of RGB (Red+Green+Blue) = 254+247+2=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 247 (96.88% from 255 or 49.11% from 503); Blue value is 2 (1.17% from 255 or 0.40% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF702 is #0108FD. Grayscale: #DEDEDE. Windows color (decimal): -67838 or 194558. OLE color: 194558.

HSL color Cylindrical-coordinate representation of color #FEF702: hue angle of 58.33º 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 #FEF702 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 247 2 -
CMYK 0 0.03 0.99 0.00
HSL 58.33º 0.99% 0.5% -
HSV(B) 58.33º 0.99% 1% -
XYZ 74.14 87.6 13.06 -
YUV 221.16 4.32 151.42 -
System Red Green Blue C M Y K H S L
Decimal 254 247 2 0 0.03 0.99 0.00 58.33 0.99 0.5
Hex FE F7 2 0 3 63 0 3A 63 32
Octal 376 367 2 0 3 143 0 72 143 62
Binary 11111110 11110111 10 0 11 1100011 0 111010 1100011 110010

Color Harmonies of #FEF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF702

Black with #FEF702

Text Example


Text Example

White with #FEF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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