Html Css Color HEX #FAAE06 Orange

📋 copy color: '#FAAE06'

red 250 ◦ green 174 ◦ blue 6

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

Shades of Orange #FAAE06

Tints of Orange #FAAE06

RGB

 RED value IS 250 (98.05% from 255) = 58.14%

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

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 58.14%
G = 40.47%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAAE06 (or 0xFAAE06) is known color: Orange. HEX triplet: FA, AE and 06. RGB value is (250,174,6). Sum of RGB (Red+Green+Blue) = 250+174+6=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAE06 is #0551F9. Grayscale: #B2B2B2. Windows color (decimal): -348666 or 438010. OLE color: 438010.

HSL color Cylindrical-coordinate representation of color #FAAE06: hue angle of 41.31º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAAE06 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 174 6 -
CMYK 0 0.30 0.98 0.02
HSL 41.31º 0.96% 0.5% -
HSV(B) 41.31º 0.98% 0.98% -
XYZ 54.59 50.61 7.06 -
YUV 177.57 31.18 179.66 -
System Red Green Blue C M Y K H S L
Decimal 250 174 6 0 0.30 0.98 0.02 41.31 0.96 0.5
Hex FA AE 6 0 1E 62 2 29 60 32
Octal 372 256 6 0 36 142 2 51 140 62
Binary 11111010 10101110 110 0 11110 1100010 10 101001 1100000 110010

Color Harmonies of #FAAE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE06

Black with #FAAE06

Text Example


Text Example

White with #FAAE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE06; }

 p { color: rgb(250,174,6); }

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

background-color css

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

 a { background-color: rgb(250,174,6); }

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

border-color css

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

 span { border-color: rgb(250,174,6); }

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