Html Css Color HEX #FEA62F Lightning Yellow

📋 copy color: '#FEA62F'

red 254 ◦ green 166 ◦ blue 47

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

Shades of Lightning Yellow #FEA62F

Tints of Lightning Yellow #FEA62F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 54.39%
G = 35.55%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEA62F (or 0xFEA62F) is known color: Lightning Yellow. HEX triplet: FE, A6 and 2F. RGB value is (254,166,47). Sum of RGB (Red+Green+Blue) = 254+166+47=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA62F is #0159D0. Grayscale: #B3B3B3. Windows color (decimal): -88529 or 3122942. OLE color: 3122942.

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

Color convert

RGB 254 166 47 -
CMYK 0 0.35 0.81 0.00
HSL 34.49º 0.99% 0.59% -
HSV(B) 34.49º 0.81% 1% -
XYZ 55.02 48.55 9.16 -
YUV 178.75 53.65 181.68 -
System Red Green Blue C M Y K H S L
Decimal 254 166 47 0 0.35 0.81 0.00 34.49 0.99 0.59
Hex FE A6 2F 0 23 51 0 22 63 3B
Octal 376 246 57 0 43 121 0 42 143 73
Binary 11111110 10100110 101111 0 100011 1010001 0 100010 1100011 111011

Color Harmonies of #FEA62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA62F

Black with #FEA62F

Text Example


Text Example

White with #FEA62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA62F; }

 p { color: rgb(254,166,47); }

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

background-color css

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

 a { background-color: rgb(254,166,47); }

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

border-color css

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

 span { border-color: rgb(254,166,47); }

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