Html Css Color HEX #FEF700 Yellow

📋 copy color: '#FEF700'

red 254 ◦ green 247 ◦ blue 0

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

Shades of Yellow #FEF700

Tints of Yellow #FEF700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.7%
G = 49.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FEF700 (or 0xFEF700) is known color: Yellow. HEX triplet: FE, F7 and 00. RGB value is (254,247,0). Sum of RGB (Red+Green+Blue) = 254+247+0=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 0 (0.39% from 255 or 0% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF700 is #0108FF. Grayscale: #DDDDDD. Windows color (decimal): -67840 or 63486. OLE color: 63486.

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

Color convert

RGB 254 247 0 -
CMYK 0 0.03 1 0.00
HSL 58.35º 1% 0.5% -
HSV(B) 58.35º 1% 1% -
XYZ 74.13 87.59 13 -
YUV 220.94 3.32 151.58 -
System Red Green Blue C M Y K H S L
Decimal 254 247 0 0 0.03 1 0.00 58.35 1 0.5
Hex FE F7 0 0 3 64 0 3A 64 32
Octal 376 367 0 0 3 144 0 72 144 62
Binary 11111110 11110111 0 0 11 1100100 0 111010 1100100 110010

Color Harmonies of #FEF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF700

Black with #FEF700

Text Example


Text Example

White with #FEF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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