Html Css Color HEX #FA600E Safety Orange

📋 copy color: '#FA600E'

red 250 ◦ green 96 ◦ blue 14

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

Shades of Safety Orange #FA600E

Tints of Safety Orange #FA600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 69.44%
G = 26.67%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA600E (or 0xFA600E) is known color: Safety Orange. HEX triplet: FA, 60 and 0E. RGB value is (250,96,14). Sum of RGB (Red+Green+Blue) = 250+96+14=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA600E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA600E is #059FF1. Grayscale: #858585. Windows color (decimal): -368626 or 942330. OLE color: 942330.

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

Color convert

RGB 250 96 14 -
CMYK 0 0.62 0.94 0.02
HSL 20.85º 0.96% 0.52% -
HSV(B) 20.85º 0.94% 0.98% -
XYZ 43.69 28.72 3.66 -
YUV 132.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 250 96 14 0 0.62 0.94 0.02 20.85 0.96 0.52
Hex FA 60 E 0 3E 5E 2 15 60 34
Octal 372 140 16 0 76 136 2 25 140 64
Binary 11111010 1100000 1110 0 111110 1011110 10 10101 1100000 110100

Color Harmonies of #FA600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA600E

Black with #FA600E

Text Example


Text Example

White with #FA600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA600E; }

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

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

background-color css

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

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

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

border-color css

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

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

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