Html Css Color HEX #FEA234 Lightning Yellow

📋 copy color: '#FEA234'

red 254 ◦ green 162 ◦ blue 52

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

Shades of Lightning Yellow #FEA234

Tints of Lightning Yellow #FEA234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.11%

R = 54.27%
G = 34.62%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEA234 (or 0xFEA234) is known color: Lightning Yellow. HEX triplet: FE, A2 and 34. RGB value is (254,162,52). Sum of RGB (Red+Green+Blue) = 254+162+52=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA234 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA234 is #015DCB. Grayscale: #B1B1B1. Windows color (decimal): -89548 or 3449598. OLE color: 3449598.

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

Color convert

RGB 254 162 52 -
CMYK 0 0.36 0.80 0.00
HSL 32.67º 0.99% 0.6% -
HSV(B) 32.67º 0.8% 1% -
XYZ 54.41 47.16 9.48 -
YUV 176.97 57.48 182.94 -
System Red Green Blue C M Y K H S L
Decimal 254 162 52 0 0.36 0.80 0.00 32.67 0.99 0.6
Hex FE A2 34 0 24 50 0 21 63 3C
Octal 376 242 64 0 44 120 0 41 143 74
Binary 11111110 10100010 110100 0 100100 1010000 0 100001 1100011 111100

Color Harmonies of #FEA234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA234

Black with #FEA234

Text Example


Text Example

White with #FEA234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA234; }

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

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

background-color css

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

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

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

border-color css

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

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

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