Html Css Color HEX #FFA706 Orange

📋 copy color: '#FFA706'

red 255 ◦ green 167 ◦ blue 6

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

Shades of Orange #FFA706

Tints of Orange #FFA706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 59.58%
G = 39.02%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFA706 (or 0xFFA706) is known color: Orange. HEX triplet: FF, A7 and 06. RGB value is (255,167,6). Sum of RGB (Red+Green+Blue) = 255+167+6=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 6 (2.73% from 255 or 1.40% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA706 is #0058F9. Grayscale: #AFAFAF. Windows color (decimal): -22778 or 436223. OLE color: 436223.

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

Color convert

RGB 255 167 6 -
CMYK 0 0.35 0.98 0
HSL 38.8º 1% 0.51% -
HSV(B) 38.8º 0.98% 1% -
XYZ 55.09 48.91 6.71 -
YUV 174.96 32.65 185.09 -
System Red Green Blue C M Y K H S L
Decimal 255 167 6 0 0.35 0.98 0 38.8 1 0.51
Hex FF A7 6 0 23 62 0 27 64 33
Octal 377 247 6 0 43 142 0 47 144 63
Binary 11111111 10100111 110 0 100011 1100010 0 100111 1100100 110011

Color Harmonies of #FFA706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA706

Black with #FFA706

Text Example


Text Example

White with #FFA706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA706; }

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

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

background-color css

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

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

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

border-color css

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

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

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