Html Css Color HEX #FEA834 Lightning Yellow

📋 copy color: '#FEA834'

red 254 ◦ green 168 ◦ blue 52

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

Shades of Lightning Yellow #FEA834

Tints of Lightning Yellow #FEA834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.44%

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

R = 53.59%
G = 35.44%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEA834 (or 0xFEA834) is known color: Lightning Yellow. HEX triplet: FE, A8 and 34. RGB value is (254,168,52). Sum of RGB (Red+Green+Blue) = 254+168+52=474 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.59% from 474); Green value is 168 (66.02% from 255 or 35.44% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA834 is #0157CB. Grayscale: #B5B5B5. Windows color (decimal): -88012 or 3451134. OLE color: 3451134.

HSL color Cylindrical-coordinate representation of color #FEA834: hue angle of 34.46º 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 #FEA834 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 168 52 -
CMYK 0 0.34 0.80 0.00
HSL 34.46º 0.99% 0.6% -
HSV(B) 34.46º 0.8% 1% -
XYZ 55.5 49.32 9.84 -
YUV 180.49 55.49 180.43 -
System Red Green Blue C M Y K H S L
Decimal 254 168 52 0 0.34 0.80 0.00 34.46 0.99 0.6
Hex FE A8 34 0 22 50 0 22 63 3C
Octal 376 250 64 0 42 120 0 42 143 74
Binary 11111110 10101000 110100 0 100010 1010000 0 100010 1100011 111100

Color Harmonies of #FEA834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA834

Black with #FEA834

Text Example


Text Example

White with #FEA834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA834; }

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

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

background-color css

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

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

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

border-color css

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

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

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