Html Css Color HEX #FFA305 Orange

📋 copy color: '#FFA305'

red 255 ◦ green 163 ◦ blue 5

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

Shades of Orange #FFA305

Tints of Orange #FFA305

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 5 (2.34% from 255) = 1.18%

R = 60.28%
G = 38.53%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA305 (or 0xFFA305) is known color: Orange. HEX triplet: FF, A3 and 05. RGB value is (255,163,5). Sum of RGB (Red+Green+Blue) = 255+163+5=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA305 is #005CFA. Grayscale: #ADADAD. Windows color (decimal): -23803 or 369663. OLE color: 369663.

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

Color convert

RGB 255 163 5 -
CMYK 0 0.36 0.98 0
HSL 37.92º 1% 0.51% -
HSV(B) 37.92º 0.98% 1% -
XYZ 54.36 47.47 6.44 -
YUV 172.5 33.48 186.85 -
System Red Green Blue C M Y K H S L
Decimal 255 163 5 0 0.36 0.98 0 37.92 1 0.51
Hex FF A3 5 0 24 62 0 26 64 33
Octal 377 243 5 0 44 142 0 46 144 63
Binary 11111111 10100011 101 0 100100 1100010 0 100110 1100100 110011

Color Harmonies of #FFA305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA305

Black with #FFA305

Text Example


Text Example

White with #FFA305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA305; }

 p { color: rgb(255,163,5); }

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

background-color css

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

 a { background-color: rgb(255,163,5); }

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

border-color css

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

 span { border-color: rgb(255,163,5); }

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