Html Css Color HEX #FEA327 Lightning Yellow

📋 copy color: '#FEA327'

red 254 ◦ green 163 ◦ blue 39

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

Shades of Lightning Yellow #FEA327

Tints of Lightning Yellow #FEA327

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.75%

 BLUE value IS 39 (15.63% from 255) = 8.55%

R = 55.7%
G = 35.75%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FEA327 (or 0xFEA327) is known color: Lightning Yellow. HEX triplet: FE, A3 and 27. RGB value is (254,163,39). Sum of RGB (Red+Green+Blue) = 254+163+39=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA327 is #015CD8. Grayscale: #B0B0B0. Windows color (decimal): -89305 or 2597886. OLE color: 2597886.

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

Color convert

RGB 254 163 39 -
CMYK 0 0.36 0.85 0.00
HSL 34.6º 0.99% 0.57% -
HSV(B) 34.6º 0.85% 1% -
XYZ 54.34 47.41 8.21 -
YUV 176.07 50.65 183.58 -
System Red Green Blue C M Y K H S L
Decimal 254 163 39 0 0.36 0.85 0.00 34.6 0.99 0.57
Hex FE A3 27 0 24 55 0 23 63 39
Octal 376 243 47 0 44 125 0 43 143 71
Binary 11111110 10100011 100111 0 100100 1010101 0 100011 1100011 111001

Color Harmonies of #FEA327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA327

Black with #FEA327

Text Example


Text Example

White with #FEA327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA327; }

 p { color: rgb(254,163,39); }

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

background-color css

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

 a { background-color: rgb(254,163,39); }

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

border-color css

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

 span { border-color: rgb(254,163,39); }

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