Html Css Color HEX #F56706 Safety Orange

📋 copy color: '#F56706'

red 245 ◦ green 103 ◦ blue 6

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

Shades of Safety Orange #F56706

Tints of Safety Orange #F56706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.1%

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

R = 69.21%
G = 29.1%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F56706 (or 0xF56706) is known color: Safety Orange. HEX triplet: F5, 67 and 06. RGB value is (245,103,6). Sum of RGB (Red+Green+Blue) = 245+103+6=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 6 (2.73% from 255 or 1.69% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F56706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56706 is #0A98F9. Grayscale: #868686. Windows color (decimal): -694522 or 419829. OLE color: 419829.

HSL color Cylindrical-coordinate representation of color #F56706: hue angle of 24.35º 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 #F56706 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 103 6 -
CMYK 0 0.58 0.98 0.04
HSL 24.35º 0.95% 0.49% -
HSV(B) 24.35º 0.98% 0.96% -
XYZ 42.54 29.13 3.55 -
YUV 134.4 55.54 206.89 -
System Red Green Blue C M Y K H S L
Decimal 245 103 6 0 0.58 0.98 0.04 24.35 0.95 0.49
Hex F5 67 6 0 3A 62 4 18 5F 31
Octal 365 147 6 0 72 142 4 30 137 61
Binary 11110101 1100111 110 0 111010 1100010 100 11000 1011111 110001

Color Harmonies of #F56706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56706

Black with #F56706

Text Example


Text Example

White with #F56706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56706; }

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

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

background-color css

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

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

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

border-color css

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

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

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