Html Css Color HEX #FFA700 Orange

📋 copy color: '#FFA700'

red 255 ◦ green 167 ◦ blue 0

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

Shades of Orange #FFA700

Tints of Orange #FFA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 60.43%
G = 39.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0

RGB Variations

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

Color information

#FFA700 (or 0xFFA700) is known color: Orange. HEX triplet: FF, A7 and 00. RGB value is (255,167,0). Sum of RGB (Red+Green+Blue) = 255+167+0=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA700 is #0058FF. Grayscale: #AFAFAF. Windows color (decimal): -22784 or 43007. OLE color: 43007.

HSL color Cylindrical-coordinate representation of color #FFA700: hue angle of 39.29º 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 #FFA700 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB 255 167 0 -
CMYK 0 0.35 1 0
HSL 39.29º 1% 0.5% -
HSV(B) 39.29º 1% 1% -
XYZ 55.06 48.9 6.54 -
YUV 174.27 29.65 185.58 -
System Red Green Blue C M Y K H S L
Decimal 255 167 0 0 0.35 1 0 39.29 1 0.5
Hex FF A7 0 0 23 64 0 27 64 32
Octal 377 247 0 0 43 144 0 47 144 62
Binary 11111111 10100111 0 0 100011 1100100 0 100111 1100100 110010

Color Harmonies of #FFA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA700

Black with #FFA700

Text Example


Text Example

White with #FFA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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