Html Css Color HEX #FFAE3C Yellow Orange

📋 copy color: '#FFAE3C'

red 255 ◦ green 174 ◦ blue 60

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

Shades of Yellow Orange #FFAE3C

Tints of Yellow Orange #FFAE3C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.58%

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

R = 52.15%
G = 35.58%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FFAE3C (or 0xFFAE3C) is known color: Yellow Orange. HEX triplet: FF, AE and 3C. RGB value is (255,174,60). Sum of RGB (Red+Green+Blue) = 255+174+60=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3C is #0051C3. Grayscale: #B9B9B9. Windows color (decimal): -20932 or 3976959. OLE color: 3976959.

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

Color convert

RGB 255 174 60 -
CMYK 0 0.32 0.76 0
HSL 35.08º 1% 0.62% -
HSV(B) 35.08º 0.76% 1% -
XYZ 57.19 51.86 11.27 -
YUV 185.22 57.34 177.77 -
System Red Green Blue C M Y K H S L
Decimal 255 174 60 0 0.32 0.76 0 35.08 1 0.62
Hex FF AE 3C 0 20 4C 0 23 64 3E
Octal 377 256 74 0 40 114 0 43 144 76
Binary 11111111 10101110 111100 0 100000 1001100 0 100011 1100100 111110

Color Harmonies of #FFAE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE3C

Black with #FFAE3C

Text Example


Text Example

White with #FFAE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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