Html Css Color HEX #FEA230 Lightning Yellow

📋 copy color: '#FEA230'

red 254 ◦ green 162 ◦ blue 48

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

Shades of Lightning Yellow #FEA230

Tints of Lightning Yellow #FEA230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 54.74%
G = 34.91%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA230 (or 0xFEA230) is known color: Lightning Yellow. HEX triplet: FE, A2 and 30. RGB value is (254,162,48). Sum of RGB (Red+Green+Blue) = 254+162+48=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA230 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA230 is #015DCF. Grayscale: #B1B1B1. Windows color (decimal): -89552 or 3187454. OLE color: 3187454.

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

Color convert

RGB 254 162 48 -
CMYK 0 0.36 0.81 0.00
HSL 33.2º 0.99% 0.59% -
HSV(B) 33.2º 0.81% 1% -
XYZ 54.33 47.12 9.03 -
YUV 176.51 55.48 183.27 -
System Red Green Blue C M Y K H S L
Decimal 254 162 48 0 0.36 0.81 0.00 33.2 0.99 0.59
Hex FE A2 30 0 24 51 0 21 63 3B
Octal 376 242 60 0 44 121 0 41 143 73
Binary 11111110 10100010 110000 0 100100 1010001 0 100001 1100011 111011

Color Harmonies of #FEA230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA230

Black with #FEA230

Text Example


Text Example

White with #FEA230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA230; }

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

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

background-color css

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

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

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

border-color css

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

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

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