Html Css Color HEX #FA610E Safety Orange

📋 copy color: '#FA610E'

red 250 ◦ green 97 ◦ blue 14

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

Shades of Safety Orange #FA610E

Tints of Safety Orange #FA610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 69.25%
G = 26.87%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA610E (or 0xFA610E) is known color: Safety Orange. HEX triplet: FA, 61 and 0E. RGB value is (250,97,14). Sum of RGB (Red+Green+Blue) = 250+97+14=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA610E is #059EF1. Grayscale: #858585. Windows color (decimal): -368370 or 942586. OLE color: 942586.

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

Color convert

RGB 250 97 14 -
CMYK 0 0.61 0.94 0.02
HSL 21.1º 0.96% 0.52% -
HSV(B) 21.1º 0.94% 0.98% -
XYZ 43.78 28.91 3.69 -
YUV 133.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 250 97 14 0 0.61 0.94 0.02 21.1 0.96 0.52
Hex FA 61 E 0 3D 5E 2 15 60 34
Octal 372 141 16 0 75 136 2 25 140 64
Binary 11111010 1100001 1110 0 111101 1011110 10 10101 1100000 110100

Color Harmonies of #FA610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA610E

Black with #FA610E

Text Example


Text Example

White with #FA610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA610E; }

 p { color: rgb(250,97,14); }

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

background-color css

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

 a { background-color: rgb(250,97,14); }

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

border-color css

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

 span { border-color: rgb(250,97,14); }

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