Html Css Color HEX #F75F0B Safety Orange

📋 copy color: '#F75F0B'

red 247 ◦ green 95 ◦ blue 11

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

Shades of Safety Orange #F75F0B

Tints of Safety Orange #F75F0B

RGB

 RED value IS 247 (96.88% from 255) = 69.97%

 GREEN value IS 95 (37.5% from 255) = 26.91%

 BLUE value IS 11 (4.69% from 255) = 3.12%

R = 69.97%
G = 26.91%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F75F0B (or 0xF75F0B) is known color: Safety Orange. HEX triplet: F7, 5F and 0B. RGB value is (247,95,11). Sum of RGB (Red+Green+Blue) = 247+95+11=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 11 (4.69% from 255 or 3.12% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75F0B is #08A0F4. Grayscale: #838383. Windows color (decimal): -565493 or 745463. OLE color: 745463.

HSL color Cylindrical-coordinate representation of color #F75F0B: hue angle of 21.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F75F0B is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 95 11 -
CMYK 0 0.62 0.96 0.03
HSL 21.36º 0.94% 0.51% -
HSV(B) 21.36º 0.96% 0.97% -
XYZ 42.51 27.98 3.48 -
YUV 130.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 247 95 11 0 0.62 0.96 0.03 21.36 0.94 0.51
Hex F7 5F B 0 3E 60 3 15 5E 33
Octal 367 137 13 0 76 140 3 25 136 63
Binary 11110111 1011111 1011 0 111110 1100000 11 10101 1011110 110011

Color Harmonies of #F75F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F0B

Black with #F75F0B

Text Example


Text Example

White with #F75F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F0B; }

 p { color: rgb(247,95,11); }

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

background-color css

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

 a { background-color: rgb(247,95,11); }

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

border-color css

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

 span { border-color: rgb(247,95,11); }

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