Html Css Color HEX #FFAD3F Yellow Orange

📋 copy color: '#FFAD3F'

red 255 ◦ green 173 ◦ blue 63

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

Shades of Yellow Orange #FFAD3F

Tints of Yellow Orange #FFAD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.83%

R = 51.93%
G = 35.23%
B = 12.83%

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

#FFAD3F (or 0xFFAD3F) is known color: Yellow Orange. HEX triplet: FF, AD and 3F. RGB value is (255,173,63). Sum of RGB (Red+Green+Blue) = 255+173+63=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAD3F is #0052C0. Grayscale: #B9B9B9. Windows color (decimal): -21185 or 4173311. OLE color: 4173311.

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

Color convert

RGB 255 173 63 -
CMYK 0 0.32 0.75 0
HSL 34.38º 1% 0.62% -
HSV(B) 34.38º 0.75% 1% -
XYZ 57.08 51.51 11.64 -
YUV 184.98 59.17 177.94 -
System Red Green Blue C M Y K H S L
Decimal 255 173 63 0 0.32 0.75 0 34.38 1 0.62
Hex FF AD 3F 0 20 4B 0 22 64 3E
Octal 377 255 77 0 40 113 0 42 144 76
Binary 11111111 10101101 111111 0 100000 1001011 0 100010 1100100 111110

Color Harmonies of #FFAD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD3F

Black with #FFAD3F

Text Example


Text Example

White with #FFAD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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