Html Css Color HEX #FFAE3B Yellow Orange

📋 copy color: '#FFAE3B'

red 255 ◦ green 174 ◦ blue 59

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

Shades of Yellow Orange #FFAE3B

Tints of Yellow Orange #FFAE3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.09%

R = 52.25%
G = 35.66%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFAE3B (or 0xFFAE3B) is known color: Yellow Orange. HEX triplet: FF, AE and 3B. RGB value is (255,174,59). Sum of RGB (Red+Green+Blue) = 255+174+59=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3B is #0051C4. Grayscale: #B9B9B9. Windows color (decimal): -20933 or 3911423. OLE color: 3911423.

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

Color convert

RGB 255 174 59 -
CMYK 0 0.32 0.77 0
HSL 35.2º 1% 0.62% -
HSV(B) 35.2º 0.77% 1% -
XYZ 57.17 51.85 11.13 -
YUV 185.11 56.84 177.85 -
System Red Green Blue C M Y K H S L
Decimal 255 174 59 0 0.32 0.77 0 35.2 1 0.62
Hex FF AE 3B 0 20 4D 0 23 64 3E
Octal 377 256 73 0 40 115 0 43 144 76
Binary 11111111 10101110 111011 0 100000 1001101 0 100011 1100100 111110

Color Harmonies of #FFAE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE3B

Black with #FFAE3B

Text Example


Text Example

White with #FFAE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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