Html Css Color HEX #FA6D07 Safety Orange

📋 copy color: '#FA6D07'

red 250 ◦ green 109 ◦ blue 7

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

Shades of Safety Orange #FA6D07

Tints of Safety Orange #FA6D07

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 68.31%
G = 29.78%
B = 1.91%

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

#FA6D07 (or 0xFA6D07) is known color: Safety Orange. HEX triplet: FA, 6D and 07. RGB value is (250,109,7). Sum of RGB (Red+Green+Blue) = 250+109+7=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6D07 is #0592F8. Grayscale: #8C8C8C. Windows color (decimal): -365305 or 486906. OLE color: 486906.

HSL color Cylindrical-coordinate representation of color #FA6D07: hue angle of 25.19º 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 #FA6D07 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 109 7 -
CMYK 0 0.56 0.97 0.02
HSL 25.19º 0.96% 0.5% -
HSV(B) 25.19º 0.97% 0.98% -
XYZ 44.93 31.28 3.87 -
YUV 139.53 53.21 206.79 -
System Red Green Blue C M Y K H S L
Decimal 250 109 7 0 0.56 0.97 0.02 25.19 0.96 0.5
Hex FA 6D 7 0 38 61 2 19 60 32
Octal 372 155 7 0 70 141 2 31 140 62
Binary 11111010 1101101 111 0 111000 1100001 10 11001 1100000 110010

Color Harmonies of #FA6D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D07

Black with #FA6D07

Text Example


Text Example

White with #FA6D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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