Html Css Color HEX #FEF70A Yellow

📋 copy color: '#FEF70A'

red 254 ◦ green 247 ◦ blue 10

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

Shades of Yellow #FEF70A

Tints of Yellow #FEF70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 1.96%

R = 49.71%
G = 48.34%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FEF70A (or 0xFEF70A) is known color: Yellow. HEX triplet: FE, F7 and 0A. RGB value is (254,247,10). Sum of RGB (Red+Green+Blue) = 254+247+10=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 10 (4.30% from 255 or 1.96% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF70A is #0108F5. Grayscale: #DFDFDF. Windows color (decimal): -67830 or 718846. OLE color: 718846.

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

Color convert

RGB 254 247 10 -
CMYK 0 0.03 0.96 0.00
HSL 58.28º 0.99% 0.52% -
HSV(B) 58.28º 0.96% 1% -
XYZ 74.19 87.61 13.29 -
YUV 222.08 8.32 150.77 -
System Red Green Blue C M Y K H S L
Decimal 254 247 10 0 0.03 0.96 0.00 58.28 0.99 0.52
Hex FE F7 A 0 3 60 0 3A 63 34
Octal 376 367 12 0 3 140 0 72 143 64
Binary 11111110 11110111 1010 0 11 1100000 0 111010 1100011 110100

Color Harmonies of #FEF70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF70A

Black with #FEF70A

Text Example


Text Example

White with #FEF70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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