Html Css Color HEX #FEA236 Lightning Yellow

📋 copy color: '#FEA236'

red 254 ◦ green 162 ◦ blue 54

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

Shades of Lightning Yellow #FEA236

Tints of Lightning Yellow #FEA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 54.04%
G = 34.47%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.00

RGB Variations

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

Color information

#FEA236 (or 0xFEA236) is known color: Lightning Yellow. HEX triplet: FE, A2 and 36. RGB value is (254,162,54). Sum of RGB (Red+Green+Blue) = 254+162+54=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA236 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA236 is #015DC9. Grayscale: #B1B1B1. Windows color (decimal): -89546 or 3580670. OLE color: 3580670.

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

Color convert

RGB 254 162 54 -
CMYK 0 0.36 0.79 0.00
HSL 32.4º 0.99% 0.6% -
HSV(B) 32.4º 0.79% 1% -
XYZ 54.46 47.18 9.73 -
YUV 177.2 58.48 182.78 -
System Red Green Blue C M Y K H S L
Decimal 254 162 54 0 0.36 0.79 0.00 32.4 0.99 0.6
Hex FE A2 36 0 24 4F 0 20 63 3C
Octal 376 242 66 0 44 117 0 40 143 74
Binary 11111110 10100010 110110 0 100100 1001111 0 100000 1100011 111100

Color Harmonies of #FEA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA236

Black with #FEA236

Text Example


Text Example

White with #FEA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA236; }

 p { color: rgb(254,162,54); }

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

background-color css

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

 a { background-color: rgb(254,162,54); }

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

border-color css

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

 span { border-color: rgb(254,162,54); }

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