Html Css Color HEX #FFA502 Orange

📋 copy color: '#FFA502'

red 255 ◦ green 165 ◦ blue 2

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

Shades of Orange #FFA502

Tints of Orange #FFA502

RGB

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

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

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

R = 60.43%
G = 39.1%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#FFA502 (or 0xFFA502) is known color: Orange. HEX triplet: FF, A5 and 02. RGB value is (255,165,2). Sum of RGB (Red+Green+Blue) = 255+165+2=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA502 is #005AFD. Grayscale: #AEAEAE. Windows color (decimal): -23294 or 173567. OLE color: 173567.

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

Color convert

RGB 255 165 2 -
CMYK 0 0.35 0.99 0
HSL 38.66º 1% 0.5% -
HSV(B) 38.66º 0.99% 1% -
XYZ 54.71 48.17 6.47 -
YUV 173.33 31.32 186.25 -
System Red Green Blue C M Y K H S L
Decimal 255 165 2 0 0.35 0.99 0 38.66 1 0.5
Hex FF A5 2 0 23 63 0 27 64 32
Octal 377 245 2 0 43 143 0 47 144 62
Binary 11111111 10100101 10 0 100011 1100011 0 100111 1100100 110010

Color Harmonies of #FFA502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA502

Black with #FFA502

Text Example


Text Example

White with #FFA502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA502; }

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

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

background-color css

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

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

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

border-color css

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

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

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