Html Css Color HEX #FEA72D Lightning Yellow

📋 copy color: '#FEA72D'

red 254 ◦ green 167 ◦ blue 45

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

Shades of Lightning Yellow #FEA72D

Tints of Lightning Yellow #FEA72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.66%

R = 54.51%
G = 35.84%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEA72D (or 0xFEA72D) is known color: Lightning Yellow. HEX triplet: FE, A7 and 2D. RGB value is (254,167,45). Sum of RGB (Red+Green+Blue) = 254+167+45=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 167 (65.62% from 255 or 35.84% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA72D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA72D is #0158D2. Grayscale: #B3B3B3. Windows color (decimal): -88275 or 2992126. OLE color: 2992126.

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

Color convert

RGB 254 167 45 -
CMYK 0 0.34 0.82 0.00
HSL 35.02º 0.99% 0.59% -
HSV(B) 35.02º 0.82% 1% -
XYZ 55.17 48.9 9.01 -
YUV 179.11 52.32 181.42 -
System Red Green Blue C M Y K H S L
Decimal 254 167 45 0 0.34 0.82 0.00 35.02 0.99 0.59
Hex FE A7 2D 0 22 52 0 23 63 3B
Octal 376 247 55 0 42 122 0 43 143 73
Binary 11111110 10100111 101101 0 100010 1010010 0 100011 1100011 111011

Color Harmonies of #FEA72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA72D

Black with #FEA72D

Text Example


Text Example

White with #FEA72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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