Html Css Color HEX #FEA602 Orange

📋 copy color: '#FEA602'

red 254 ◦ green 166 ◦ blue 2

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

Shades of Orange #FEA602

Tints of Orange #FEA602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 60.19%
G = 39.34%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FEA602 (or 0xFEA602) is known color: Orange. HEX triplet: FE, A6 and 02. RGB value is (254,166,2). Sum of RGB (Red+Green+Blue) = 254+166+2=422 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.19% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA602 is #0159FD. Grayscale: #AEAEAE. Windows color (decimal): -88574 or 173822. OLE color: 173822.

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

Color convert

RGB 254 166 2 -
CMYK 0 0.35 0.99 0.00
HSL 39.05º 0.99% 0.5% -
HSV(B) 39.05º 0.99% 1% -
XYZ 54.52 48.35 6.52 -
YUV 173.62 31.15 185.34 -
System Red Green Blue C M Y K H S L
Decimal 254 166 2 0 0.35 0.99 0.00 39.05 0.99 0.5
Hex FE A6 2 0 23 63 0 27 63 32
Octal 376 246 2 0 43 143 0 47 143 62
Binary 11111110 10100110 10 0 100011 1100011 0 100111 1100011 110010

Color Harmonies of #FEA602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA602

Black with #FEA602

Text Example


Text Example

White with #FEA602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA602; }

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

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

background-color css

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

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

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

border-color css

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

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

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