Html Css Color HEX #FAAE04 Orange

📋 copy color: '#FAAE04'

red 250 ◦ green 174 ◦ blue 4

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

Shades of Orange #FAAE04

Tints of Orange #FAAE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 58.41%
G = 40.65%
B = 0.93%

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

#FAAE04 (or 0xFAAE04) is known color: Orange. HEX triplet: FA, AE and 04. RGB value is (250,174,4). Sum of RGB (Red+Green+Blue) = 250+174+4=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 4 (1.95% from 255 or 0.93% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAAE04 is #0551FB. Grayscale: #B2B2B2. Windows color (decimal): -348668 or 306938. OLE color: 306938.

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

Color convert

RGB 250 174 4 -
CMYK 0 0.30 0.98 0.02
HSL 41.46º 0.97% 0.5% -
HSV(B) 41.46º 0.98% 0.98% -
XYZ 54.58 50.6 7.01 -
YUV 177.34 30.18 179.82 -
System Red Green Blue C M Y K H S L
Decimal 250 174 4 0 0.30 0.98 0.02 41.46 0.97 0.5
Hex FA AE 4 0 1E 62 2 29 61 32
Octal 372 256 4 0 36 142 2 51 141 62
Binary 11111010 10101110 100 0 11110 1100010 10 101001 1100001 110010

Color Harmonies of #FAAE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAAE04

Black with #FAAE04

Text Example


Text Example

White with #FAAE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAAE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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