Html Css Color HEX #FEAB07 Orange

📋 copy color: '#FEAB07'

red 254 ◦ green 171 ◦ blue 7

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

Shades of Orange #FEAB07

Tints of Orange #FEAB07

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

 BLUE value IS 7 (3.13% from 255) = 1.62%

R = 58.8%
G = 39.58%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEAB07 (or 0xFEAB07) is known color: Orange. HEX triplet: FE, AB and 07. RGB value is (254,171,7). Sum of RGB (Red+Green+Blue) = 254+171+7=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 7 (3.12% from 255 or 1.62% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB07 is #0154F8. Grayscale: #B1B1B1. Windows color (decimal): -87289 or 502782. OLE color: 502782.

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

Color convert

RGB 254 171 7 -
CMYK 0 0.33 0.97 0.00
HSL 39.84º 0.99% 0.51% -
HSV(B) 39.84º 0.97% 1% -
XYZ 55.47 50.21 6.97 -
YUV 177.12 32 182.84 -
System Red Green Blue C M Y K H S L
Decimal 254 171 7 0 0.33 0.97 0.00 39.84 0.99 0.51
Hex FE AB 7 0 21 61 0 28 63 33
Octal 376 253 7 0 41 141 0 50 143 63
Binary 11111110 10101011 111 0 100001 1100001 0 101000 1100011 110011

Color Harmonies of #FEAB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB07

Black with #FEAB07

Text Example


Text Example

White with #FEAB07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB07; }

 p { color: rgb(254,171,7); }

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

background-color css

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

 a { background-color: rgb(254,171,7); }

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

border-color css

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

 span { border-color: rgb(254,171,7); }

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