Html Css Color HEX #FEA507 Orange

📋 copy color: '#FEA507'

red 254 ◦ green 165 ◦ blue 7

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

Shades of Orange #FEA507

Tints of Orange #FEA507

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

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

R = 59.62%
G = 38.73%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEA507 (or 0xFEA507) is known color: Orange. HEX triplet: FE, A5 and 07. RGB value is (254,165,7). Sum of RGB (Red+Green+Blue) = 254+165+7=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA507 is #015AF8. Grayscale: #AEAEAE. Windows color (decimal): -88825 or 501246. OLE color: 501246.

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

Color convert

RGB 254 165 7 -
CMYK 0 0.35 0.97 0.00
HSL 38.38º 0.99% 0.51% -
HSV(B) 38.38º 0.97% 1% -
XYZ 54.37 48 6.6 -
YUV 173.6 33.99 185.35 -
System Red Green Blue C M Y K H S L
Decimal 254 165 7 0 0.35 0.97 0.00 38.38 0.99 0.51
Hex FE A5 7 0 23 61 0 26 63 33
Octal 376 245 7 0 43 141 0 46 143 63
Binary 11111110 10100101 111 0 100011 1100001 0 100110 1100011 110011

Color Harmonies of #FEA507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA507

Black with #FEA507

Text Example


Text Example

White with #FEA507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA507; }

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

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

background-color css

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

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

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

border-color css

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

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

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