Html Css Color HEX #FFA601 Orange

📋 copy color: '#FFA601'

red 255 ◦ green 166 ◦ blue 1

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

Shades of Orange #FFA601

Tints of Orange #FFA601

RGB

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

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

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

R = 60.43%
G = 39.34%
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

#FFA601 (or 0xFFA601) is known color: Orange. HEX triplet: FF, A6 and 01. RGB value is (255,166,1). Sum of RGB (Red+Green+Blue) = 255+166+1=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA601 is #0059FE. Grayscale: #AEAEAE. Windows color (decimal): -23039 or 108287. OLE color: 108287.

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

Color convert

RGB 255 166 1 -
CMYK 0 0.35 1.00 0
HSL 38.98º 1% 0.5% -
HSV(B) 38.98º 1% 1% -
XYZ 54.88 48.53 6.5 -
YUV 173.8 30.49 185.92 -
System Red Green Blue C M Y K H S L
Decimal 255 166 1 0 0.35 1.00 0 38.98 1 0.5
Hex FF A6 1 0 23 64 0 27 64 32
Octal 377 246 1 0 43 144 0 47 144 62
Binary 11111111 10100110 1 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FFA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA601

Black with #FFA601

Text Example


Text Example

White with #FFA601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA601; }

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

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

background-color css

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

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

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

border-color css

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

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

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