Html Css Color HEX #FA6F07 Safety Orange

📋 copy color: '#FA6F07'

red 250 ◦ green 111 ◦ blue 7

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

Shades of Safety Orange #FA6F07

Tints of Safety Orange #FA6F07

RGB

 RED value IS 250 (98.05% from 255) = 67.93%

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 7 (3.13% from 255) = 1.9%

R = 67.93%
G = 30.16%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA6F07 (or 0xFA6F07) is known color: Safety Orange. HEX triplet: FA, 6F and 07. RGB value is (250,111,7). Sum of RGB (Red+Green+Blue) = 250+111+7=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F07 is #0590F8. Grayscale: #8D8D8D. Windows color (decimal): -364793 or 487418. OLE color: 487418.

HSL color Cylindrical-coordinate representation of color #FA6F07: hue angle of 25.68º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA6F07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 111 7 -
CMYK 0 0.56 0.97 0.02
HSL 25.68º 0.96% 0.5% -
HSV(B) 25.68º 0.97% 0.98% -
XYZ 45.15 31.71 3.94 -
YUV 140.71 52.55 205.96 -
System Red Green Blue C M Y K H S L
Decimal 250 111 7 0 0.56 0.97 0.02 25.68 0.96 0.5
Hex FA 6F 7 0 38 61 2 1A 60 32
Octal 372 157 7 0 70 141 2 32 140 62
Binary 11111010 1101111 111 0 111000 1100001 10 11010 1100000 110010

Color Harmonies of #FA6F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F07

Black with #FA6F07

Text Example


Text Example

White with #FA6F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F07; }

 p { color: rgb(250,111,7); }

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

background-color css

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

 a { background-color: rgb(250,111,7); }

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

border-color css

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

 span { border-color: rgb(250,111,7); }

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