Html Css Color HEX #FA7201 Safety Orange

📋 copy color: '#FA7201'

red 250 ◦ green 114 ◦ blue 1

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

Shades of Safety Orange #FA7201

Tints of Safety Orange #FA7201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.23%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 68.49%
G = 31.23%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA7201 (or 0xFA7201) is known color: Safety Orange. HEX triplet: FA, 72 and 01. RGB value is (250,114,1). Sum of RGB (Red+Green+Blue) = 250+114+1=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7201 is #058DFE. Grayscale: #8E8E8E. Windows color (decimal): -364031 or 94970. OLE color: 94970.

HSL color Cylindrical-coordinate representation of color #FA7201: hue angle of 27.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA7201 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 114 1 -
CMYK 0 0.54 1.00 0.02
HSL 27.23º 0.99% 0.49% -
HSV(B) 27.23º 1% 0.98% -
XYZ 45.45 32.36 3.88 -
YUV 141.78 48.56 205.19 -
System Red Green Blue C M Y K H S L
Decimal 250 114 1 0 0.54 1.00 0.02 27.23 0.99 0.49
Hex FA 72 1 0 36 64 2 1B 63 31
Octal 372 162 1 0 66 144 2 33 143 61
Binary 11111010 1110010 1 0 110110 1100100 10 11011 1100011 110001

Color Harmonies of #FA7201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7201

Black with #FA7201

Text Example


Text Example

White with #FA7201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7201; }

 p { color: rgb(250,114,1); }

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

background-color css

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

 a { background-color: rgb(250,114,1); }

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

border-color css

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

 span { border-color: rgb(250,114,1); }

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