Html Css Color HEX #FFA501 Orange

📋 copy color: '#FFA501'

red 255 ◦ green 165 ◦ blue 1

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

Shades of Orange #FFA501

Tints of Orange #FFA501

RGB

 RED value IS 255 (100% from 255) = 60.57%

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 60.57%
G = 39.19%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FFA501 (or 0xFFA501) is known color: Orange. HEX triplet: FF, A5 and 01. RGB value is (255,165,1). Sum of RGB (Red+Green+Blue) = 255+165+1=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA501 is #005AFE. Grayscale: #ADADAD. Windows color (decimal): -23295 or 108031. OLE color: 108031.

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

Color convert

RGB 255 165 1 -
CMYK 0 0.35 1.00 0
HSL 38.74º 1% 0.5% -
HSV(B) 38.74º 1% 1% -
XYZ 54.7 48.17 6.44 -
YUV 173.21 30.82 186.34 -
System Red Green Blue C M Y K H S L
Decimal 255 165 1 0 0.35 1.00 0 38.74 1 0.5
Hex FF A5 1 0 23 64 0 27 64 32
Octal 377 245 1 0 43 144 0 47 144 62
Binary 11111111 10100101 1 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FFA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA501

Black with #FFA501

Text Example


Text Example

White with #FFA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA501; }

 p { color: rgb(255,165,1); }

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

background-color css

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

 a { background-color: rgb(255,165,1); }

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

border-color css

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

 span { border-color: rgb(255,165,1); }

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