Html Css Color HEX #FFA400 Orange

📋 copy color: '#FFA400'

red 255 ◦ green 164 ◦ blue 0

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

Shades of Orange #FFA400

Tints of Orange #FFA400

RGB

 RED value IS 255 (100% from 255) = 60.86%

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

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

R = 60.86%
G = 39.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFA400 (or 0xFFA400) is known color: Orange. HEX triplet: FF, A4 and 00. RGB value is (255,164,0). Sum of RGB (Red+Green+Blue) = 255+164+0=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA400 is #005BFF. Grayscale: #ADADAD. Windows color (decimal): -23552 or 42239. OLE color: 42239.

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

Color convert

RGB 255 164 0 -
CMYK 0 0.36 1 0
HSL 38.59º 1% 0.5% -
HSV(B) 38.59º 1% 1% -
XYZ 54.52 47.81 6.36 -
YUV 172.51 30.65 186.84 -
System Red Green Blue C M Y K H S L
Decimal 255 164 0 0 0.36 1 0 38.59 1 0.5
Hex FF A4 0 0 24 64 0 27 64 32
Octal 377 244 0 0 44 144 0 47 144 62
Binary 11111111 10100100 0 0 100100 1100100 0 100111 1100100 110010

Color Harmonies of #FFA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA400

Black with #FFA400

Text Example


Text Example

White with #FFA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA400; }

 p { color: rgb(255,164,0); }

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

background-color css

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

 a { background-color: rgb(255,164,0); }

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

border-color css

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

 span { border-color: rgb(255,164,0); }

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