Html Css Color HEX #F75F00 Safety Orange

📋 copy color: '#F75F00'

red 247 ◦ green 95 ◦ blue 0

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

Shades of Safety Orange #F75F00

Tints of Safety Orange #F75F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.22%
G = 27.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#F75F00 (or 0xF75F00) is known color: Safety Orange. HEX triplet: F7, 5F and 00. RGB value is (247,95,0). Sum of RGB (Red+Green+Blue) = 247+95+0=342 (45% of max value = 765). Red value is 247 (96.88% from 255 or 72.22% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75F00 is #08A0FF. Grayscale: #828282. Windows color (decimal): -565504 or 24567. OLE color: 24567.

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

Color convert

RGB 247 95 0 -
CMYK 0 0.62 1 0.03
HSL 23.08º 1% 0.48% -
HSV(B) 23.08º 1% 0.97% -
XYZ 42.45 27.96 3.16 -
YUV 129.62 54.86 211.72 -
System Red Green Blue C M Y K H S L
Decimal 247 95 0 0 0.62 1 0.03 23.08 1 0.48
Hex F7 5F 0 0 3E 64 3 17 64 30
Octal 367 137 0 0 76 144 3 27 144 60
Binary 11110111 1011111 0 0 111110 1100100 11 10111 1100100 110000

Color Harmonies of #F75F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F00

Black with #F75F00

Text Example


Text Example

White with #F75F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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