Html Css Color HEX #F06705 Safety Orange

📋 copy color: '#F06705'

red 240 ◦ green 103 ◦ blue 5

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

Shades of Safety Orange #F06705

Tints of Safety Orange #F06705

RGB

 RED value IS 240 (94.14% from 255) = 68.97%

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

 BLUE value IS 5 (2.34% from 255) = 1.44%

R = 68.97%
G = 29.6%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06705 (or 0xF06705) is known color: Safety Orange. HEX triplet: F0, 67 and 05. RGB value is (240,103,5). Sum of RGB (Red+Green+Blue) = 240+103+5=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F06705 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06705 is #0F98FA. Grayscale: #858585. Windows color (decimal): -1022203 or 354288. OLE color: 354288.

HSL color Cylindrical-coordinate representation of color #F06705: hue angle of 25.02º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06705 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 103 5 -
CMYK 0 0.57 0.98 0.06
HSL 25.02º 0.96% 0.48% -
HSV(B) 25.02º 0.98% 0.94% -
XYZ 40.81 28.24 3.44 -
YUV 132.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 240 103 5 0 0.57 0.98 0.06 25.02 0.96 0.48
Hex F0 67 5 0 39 62 6 19 60 30
Octal 360 147 5 0 71 142 6 31 140 60
Binary 11110000 1100111 101 0 111001 1100010 110 11001 1100000 110000

Color Harmonies of #F06705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06705

Black with #F06705

Text Example


Text Example

White with #F06705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06705; }

 p { color: rgb(240,103,5); }

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

background-color css

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

 a { background-color: rgb(240,103,5); }

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

border-color css

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

 span { border-color: rgb(240,103,5); }

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