Html Css Color HEX #F5A706 Orange

📋 copy color: '#F5A706'

red 245 ◦ green 167 ◦ blue 6

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

Shades of Orange #F5A706

Tints of Orange #F5A706

RGB

 RED value IS 245 (96.09% from 255) = 58.61%

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

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

R = 58.61%
G = 39.95%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5A706 (or 0xF5A706) is known color: Orange. HEX triplet: F5, A7 and 06. RGB value is (245,167,6). Sum of RGB (Red+Green+Blue) = 245+167+6=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 6 (2.73% from 255 or 1.44% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A706 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5A706 is #0A58F9. Grayscale: #ACACAC. Windows color (decimal): -678138 or 436213. OLE color: 436213.

HSL color Cylindrical-coordinate representation of color #F5A706: hue angle of 40.42º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5A706 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 6 -
CMYK 0 0.32 0.98 0.04
HSL 40.42º 0.95% 0.49% -
HSV(B) 40.42º 0.98% 0.96% -
XYZ 51.51 47.06 6.54 -
YUV 171.97 34.34 180.09 -
System Red Green Blue C M Y K H S L
Decimal 245 167 6 0 0.32 0.98 0.04 40.42 0.95 0.49
Hex F5 A7 6 0 20 62 4 28 5F 31
Octal 365 247 6 0 40 142 4 50 137 61
Binary 11110101 10100111 110 0 100000 1100010 100 101000 1011111 110001

Color Harmonies of #F5A706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A706

Black with #F5A706

Text Example


Text Example

White with #F5A706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A706; }

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

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

background-color css

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

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

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

border-color css

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

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

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