Html Css Color HEX #FAAE05 Orange

📋 copy color: '#FAAE05'

red 250 ◦ green 174 ◦ blue 5

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

Shades of Orange #FAAE05

Tints of Orange #FAAE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.17%

R = 58.28%
G = 40.56%
B = 1.17%

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

#FAAE05 (or 0xFAAE05) is known color: Orange. HEX triplet: FA, AE and 05. RGB value is (250,174,5). Sum of RGB (Red+Green+Blue) = 250+174+5=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAE05 is #0551FA. Grayscale: #B2B2B2. Windows color (decimal): -348667 or 372474. OLE color: 372474.

HSL color Cylindrical-coordinate representation of color #FAAE05: hue angle of 41.39º 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 #FAAE05 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

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

Color Harmonies of #FAAE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE05

Black with #FAAE05

Text Example


Text Example

White with #FAAE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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