Html Css Color HEX #F75F0D Safety Orange

📋 copy color: '#F75F0D'

red 247 ◦ green 95 ◦ blue 13

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

Shades of Safety Orange #F75F0D

Tints of Safety Orange #F75F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.66%

R = 69.58%
G = 26.76%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F75F0D (or 0xF75F0D) is known color: Safety Orange. HEX triplet: F7, 5F and 0D. RGB value is (247,95,13). Sum of RGB (Red+Green+Blue) = 247+95+13=355 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.58% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 247 - color contains mainly: red. Hex color #F75F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F75F0D is #08A0F2. Grayscale: #838383. Windows color (decimal): -565491 or 876535. OLE color: 876535.

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

Color convert

RGB 247 95 13 -
CMYK 0 0.62 0.95 0.03
HSL 21.03º 0.94% 0.51% -
HSV(B) 21.03º 0.95% 0.97% -
XYZ 42.52 27.99 3.54 -
YUV 131.1 61.36 210.67 -
System Red Green Blue C M Y K H S L
Decimal 247 95 13 0 0.62 0.95 0.03 21.03 0.94 0.51
Hex F7 5F D 0 3E 5F 3 15 5E 33
Octal 367 137 15 0 76 137 3 25 136 63
Binary 11110111 1011111 1101 0 111110 1011111 11 10101 1011110 110011

Color Harmonies of #F75F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75F0D

Black with #F75F0D

Text Example


Text Example

White with #F75F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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