Html Css Color HEX #FFAD40 Yellow Orange

📋 copy color: '#FFAD40'

red 255 ◦ green 173 ◦ blue 64

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

Shades of Yellow Orange #FFAD40

Tints of Yellow Orange #FFAD40

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.16%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 51.83%
G = 35.16%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FFAD40 (or 0xFFAD40) is known color: Yellow Orange. HEX triplet: FF, AD and 40. RGB value is (255,173,64). Sum of RGB (Red+Green+Blue) = 255+173+64=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD40 is #0052BF. Grayscale: #B9B9B9. Windows color (decimal): -21184 or 4238847. OLE color: 4238847.

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

Color convert

RGB 255 173 64 -
CMYK 0 0.32 0.75 0
HSL 34.24º 1% 0.63% -
HSV(B) 34.24º 0.75% 1% -
XYZ 57.11 51.52 11.78 -
YUV 185.09 59.67 177.86 -
System Red Green Blue C M Y K H S L
Decimal 255 173 64 0 0.32 0.75 0 34.24 1 0.63
Hex FF AD 40 0 20 4B 0 22 64 3F
Octal 377 255 100 0 40 113 0 42 144 77
Binary 11111111 10101101 1000000 0 100000 1001011 0 100010 1100100 111111

Color Harmonies of #FFAD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD40

Black with #FFAD40

Text Example


Text Example

White with #FFAD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD40; }

 p { color: rgb(255,173,64); }

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

background-color css

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

 a { background-color: rgb(255,173,64); }

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

border-color css

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

 span { border-color: rgb(255,173,64); }

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