Html Css Color HEX #FAA500 Orange

📋 copy color: '#FAA500'

red 250 ◦ green 165 ◦ blue 0

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

Shades of Orange #FAA500

Tints of Orange #FAA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.24%
G = 39.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FAA500 (or 0xFAA500) is known color: Orange. HEX triplet: FA, A5 and 00. RGB value is (250,165,0). Sum of RGB (Red+Green+Blue) = 250+165+0=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FAA500 is #055AFF. Grayscale: #ACACAC. Windows color (decimal): -350976 or 42490. OLE color: 42490.

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

Color convert

RGB 250 165 0 -
CMYK 0 0.34 1 0.02
HSL 39.6º 1% 0.49% -
HSV(B) 39.6º 1% 0.98% -
XYZ 52.88 47.23 6.33 -
YUV 171.61 31.16 183.92 -
System Red Green Blue C M Y K H S L
Decimal 250 165 0 0 0.34 1 0.02 39.6 1 0.49
Hex FA A5 0 0 22 64 2 28 64 31
Octal 372 245 0 0 42 144 2 50 144 61
Binary 11111010 10100101 0 0 100010 1100100 10 101000 1100100 110001

Color Harmonies of #FAA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA500

Black with #FAA500

Text Example


Text Example

White with #FAA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA500; }

 p { color: rgb(250,165,0); }

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

background-color css

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

 a { background-color: rgb(250,165,0); }

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

border-color css

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

 span { border-color: rgb(250,165,0); }

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