Html Css Color HEX #FFAA3C Yellow Orange

📋 copy color: '#FFAA3C'

red 255 ◦ green 170 ◦ blue 60

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

Shades of Yellow Orange #FFAA3C

Tints of Yellow Orange #FFAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

 BLUE value IS 60 (23.83% from 255) = 12.37%

R = 52.58%
G = 35.05%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFAA3C (or 0xFFAA3C) is known color: Yellow Orange. HEX triplet: FF, AA and 3C. RGB value is (255,170,60). Sum of RGB (Red+Green+Blue) = 255+170+60=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA3C is #0055C3. Grayscale: #B7B7B7. Windows color (decimal): -21956 or 3975935. OLE color: 3975935.

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

Color convert

RGB 255 170 60 -
CMYK 0 0.33 0.76 0
HSL 33.85º 1% 0.62% -
HSV(B) 33.85º 0.76% 1% -
XYZ 56.43 50.34 11.02 -
YUV 182.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 255 170 60 0 0.33 0.76 0 33.85 1 0.62
Hex FF AA 3C 0 21 4C 0 22 64 3E
Octal 377 252 74 0 41 114 0 42 144 76
Binary 11111111 10101010 111100 0 100001 1001100 0 100010 1100100 111110

Color Harmonies of #FFAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAA3C

Black with #FFAA3C

Text Example


Text Example

White with #FFAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAA3C; }

 p { color: rgb(255,170,60); }

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

background-color css

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

 a { background-color: rgb(255,170,60); }

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

border-color css

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

 span { border-color: rgb(255,170,60); }

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