Html Css Color HEX #FEA72B Lightning Yellow

📋 copy color: '#FEA72B'

red 254 ◦ green 167 ◦ blue 43

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

Shades of Lightning Yellow #FEA72B

Tints of Lightning Yellow #FEA72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.99%

 BLUE value IS 43 (17.19% from 255) = 9.27%

R = 54.74%
G = 35.99%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEA72B (or 0xFEA72B) is known color: Lightning Yellow. HEX triplet: FE, A7 and 2B. RGB value is (254,167,43). Sum of RGB (Red+Green+Blue) = 254+167+43=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA72B is #0158D4. Grayscale: #B3B3B3. Windows color (decimal): -88277 or 2861054. OLE color: 2861054.

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

Color convert

RGB 254 167 43 -
CMYK 0 0.34 0.83 0.00
HSL 35.26º 0.99% 0.58% -
HSV(B) 35.26º 0.83% 1% -
XYZ 55.13 48.88 8.82 -
YUV 178.88 51.32 181.58 -
System Red Green Blue C M Y K H S L
Decimal 254 167 43 0 0.34 0.83 0.00 35.26 0.99 0.58
Hex FE A7 2B 0 22 53 0 23 63 3A
Octal 376 247 53 0 42 123 0 43 143 72
Binary 11111110 10100111 101011 0 100010 1010011 0 100011 1100011 111010

Color Harmonies of #FEA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA72B

Black with #FEA72B

Text Example


Text Example

White with #FEA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA72B; }

 p { color: rgb(254,167,43); }

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

background-color css

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

 a { background-color: rgb(254,167,43); }

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

border-color css

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

 span { border-color: rgb(254,167,43); }

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