Html Css Color HEX #FEA207 Orange Peel

📋 copy color: '#FEA207'

red 254 ◦ green 162 ◦ blue 7

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

Shades of Orange Peel #FEA207

Tints of Orange Peel #FEA207

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.3%

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

R = 60.05%
G = 38.3%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FEA207 (or 0xFEA207) is known color: Orange Peel. HEX triplet: FE, A2 and 07. RGB value is (254,162,7). Sum of RGB (Red+Green+Blue) = 254+162+7=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 7 (3.12% from 255 or 1.65% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA207 is #015DF8. Grayscale: #ACACAC. Windows color (decimal): -89593 or 500478. OLE color: 500478.

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

Color convert

RGB 254 162 7 -
CMYK 0 0.36 0.97 0.00
HSL 37.65º 0.99% 0.51% -
HSV(B) 37.65º 0.97% 1% -
XYZ 53.83 46.93 6.42 -
YUV 171.84 34.98 186.6 -
System Red Green Blue C M Y K H S L
Decimal 254 162 7 0 0.36 0.97 0.00 37.65 0.99 0.51
Hex FE A2 7 0 24 61 0 26 63 33
Octal 376 242 7 0 44 141 0 46 143 63
Binary 11111110 10100010 111 0 100100 1100001 0 100110 1100011 110011

Color Harmonies of #FEA207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA207

Black with #FEA207

Text Example


Text Example

White with #FEA207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA207; }

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

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

background-color css

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

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

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

border-color css

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

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

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