Html Css Color HEX #FFAE3F Yellow Orange

📋 copy color: '#FFAE3F'

red 255 ◦ green 174 ◦ blue 63

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

Shades of Yellow Orange #FFAE3F

Tints of Yellow Orange #FFAE3F

RGB

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

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

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

R = 51.83%
G = 35.37%
B = 12.8%

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

#FFAE3F (or 0xFFAE3F) is known color: Yellow Orange. HEX triplet: FF, AE and 3F. RGB value is (255,174,63). Sum of RGB (Red+Green+Blue) = 255+174+63=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 63 (25% from 255 or 12.80% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3F is #0051C0. Grayscale: #BABABA. Windows color (decimal): -20929 or 4173567. OLE color: 4173567.

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

Color convert

RGB 255 174 63 -
CMYK 0 0.32 0.75 0
HSL 34.69º 1% 0.62% -
HSV(B) 34.69º 0.75% 1% -
XYZ 57.27 51.89 11.7 -
YUV 185.57 58.84 177.53 -
System Red Green Blue C M Y K H S L
Decimal 255 174 63 0 0.32 0.75 0 34.69 1 0.62
Hex FF AE 3F 0 20 4B 0 23 64 3E
Octal 377 256 77 0 40 113 0 43 144 76
Binary 11111111 10101110 111111 0 100000 1001011 0 100011 1100100 111110

Color Harmonies of #FFAE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE3F

Black with #FFAE3F

Text Example


Text Example

White with #FFAE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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