Html Css Color HEX #FA7402 Safety Orange

📋 copy color: '#FA7402'

red 250 ◦ green 116 ◦ blue 2

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

Shades of Safety Orange #FA7402

Tints of Safety Orange #FA7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.52%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 67.93%
G = 31.52%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA7402 (or 0xFA7402) is known color: Safety Orange. HEX triplet: FA, 74 and 02. RGB value is (250,116,2). Sum of RGB (Red+Green+Blue) = 250+116+2=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7402 is #058BFD. Grayscale: #8F8F8F. Windows color (decimal): -363518 or 161018. OLE color: 161018.

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

Color convert

RGB 250 116 2 -
CMYK 0 0.54 0.99 0.02
HSL 27.58º 0.98% 0.49% -
HSV(B) 27.58º 0.99% 0.98% -
XYZ 45.68 32.82 3.98 -
YUV 143.07 48.39 204.27 -
System Red Green Blue C M Y K H S L
Decimal 250 116 2 0 0.54 0.99 0.02 27.58 0.98 0.49
Hex FA 74 2 0 36 63 2 1C 62 31
Octal 372 164 2 0 66 143 2 34 142 61
Binary 11111010 1110100 10 0 110110 1100011 10 11100 1100010 110001

Color Harmonies of #FA7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7402

Black with #FA7402

Text Example


Text Example

White with #FA7402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7402; }

 p { color: rgb(250,116,2); }

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

background-color css

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

 a { background-color: rgb(250,116,2); }

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

border-color css

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

 span { border-color: rgb(250,116,2); }

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