Html Css Color HEX #FAA404 Orange

📋 copy color: '#FAA404'

red 250 ◦ green 164 ◦ blue 4

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

Shades of Orange #FAA404

Tints of Orange #FAA404

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

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

R = 59.81%
G = 39.23%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAA404 (or 0xFAA404) is known color: Orange. HEX triplet: FA, A4 and 04. RGB value is (250,164,4). Sum of RGB (Red+Green+Blue) = 250+164+4=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA404 is #055BFB. Grayscale: #ACACAC. Windows color (decimal): -351228 or 304378. OLE color: 304378.

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

Color convert

RGB 250 164 4 -
CMYK 0 0.34 0.98 0.02
HSL 39.02º 0.97% 0.5% -
HSV(B) 39.02º 0.98% 0.98% -
XYZ 52.72 46.88 6.39 -
YUV 171.47 33.49 184.01 -
System Red Green Blue C M Y K H S L
Decimal 250 164 4 0 0.34 0.98 0.02 39.02 0.97 0.5
Hex FA A4 4 0 22 62 2 27 61 32
Octal 372 244 4 0 42 142 2 47 141 62
Binary 11111010 10100100 100 0 100010 1100010 10 100111 1100001 110010

Color Harmonies of #FAA404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA404

Black with #FAA404

Text Example


Text Example

White with #FAA404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA404; }

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

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

background-color css

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

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

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

border-color css

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

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

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