Html Css Color HEX #FFA508 Orange

📋 copy color: '#FFA508'

red 255 ◦ green 165 ◦ blue 8

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

Shades of Orange #FFA508

Tints of Orange #FFA508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 59.58%
G = 38.55%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFA508 (or 0xFFA508) is known color: Orange. HEX triplet: FF, A5 and 08. RGB value is (255,165,8). Sum of RGB (Red+Green+Blue) = 255+165+8=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA508 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA508 is #005AF7. Grayscale: #AEAEAE. Windows color (decimal): -23288 or 566783. OLE color: 566783.

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

Color convert

RGB 255 165 8 -
CMYK 0 0.35 0.97 0
HSL 38.14º 1% 0.52% -
HSV(B) 38.14º 0.97% 1% -
XYZ 54.74 48.19 6.65 -
YUV 174.01 34.32 185.77 -
System Red Green Blue C M Y K H S L
Decimal 255 165 8 0 0.35 0.97 0 38.14 1 0.52
Hex FF A5 8 0 23 61 0 26 64 34
Octal 377 245 10 0 43 141 0 46 144 64
Binary 11111111 10100101 1000 0 100011 1100001 0 100110 1100100 110100

Color Harmonies of #FFA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA508

Black with #FFA508

Text Example


Text Example

White with #FFA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA508; }

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

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

background-color css

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

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

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

border-color css

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

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

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