Html Css Color HEX #FFA302 Orange

📋 copy color: '#FFA302'

red 255 ◦ green 163 ◦ blue 2

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

Shades of Orange #FFA302

Tints of Orange #FFA302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 60.71%
G = 38.81%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFA302 (or 0xFFA302) is known color: Orange. HEX triplet: FF, A3 and 02. RGB value is (255,163,2). Sum of RGB (Red+Green+Blue) = 255+163+2=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 2 (1.17% from 255 or 0.48% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA302 is #005CFD. Grayscale: #ACACAC. Windows color (decimal): -23806 or 173055. OLE color: 173055.

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

Color convert

RGB 255 163 2 -
CMYK 0 0.36 0.99 0
HSL 38.18º 1% 0.5% -
HSV(B) 38.18º 0.99% 1% -
XYZ 54.35 47.46 6.35 -
YUV 172.15 31.98 187.09 -
System Red Green Blue C M Y K H S L
Decimal 255 163 2 0 0.36 0.99 0 38.18 1 0.5
Hex FF A3 2 0 24 63 0 26 64 32
Octal 377 243 2 0 44 143 0 46 144 62
Binary 11111111 10100011 10 0 100100 1100011 0 100110 1100100 110010

Color Harmonies of #FFA302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA302

Black with #FFA302

Text Example


Text Example

White with #FFA302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA302; }

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

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

background-color css

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

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

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

border-color css

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

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

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