Html Css Color HEX #FA7502 Safety Orange

📋 copy color: '#FA7502'

red 250 ◦ green 117 ◦ blue 2

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

Shades of Safety Orange #FA7502

Tints of Safety Orange #FA7502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.71%

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

R = 67.75%
G = 31.71%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA7502 (or 0xFA7502) is known color: Safety Orange. HEX triplet: FA, 75 and 02. RGB value is (250,117,2). Sum of RGB (Red+Green+Blue) = 250+117+2=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7502 is #058AFD. Grayscale: #909090. Windows color (decimal): -363262 or 161274. OLE color: 161274.

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

Color convert

RGB 250 117 2 -
CMYK 0 0.53 0.99 0.02
HSL 27.82º 0.98% 0.49% -
HSV(B) 27.82º 0.99% 0.98% -
XYZ 45.8 33.05 4.02 -
YUV 143.66 48.06 203.85 -
System Red Green Blue C M Y K H S L
Decimal 250 117 2 0 0.53 0.99 0.02 27.82 0.98 0.49
Hex FA 75 2 0 35 63 2 1C 62 31
Octal 372 165 2 0 65 143 2 34 142 61
Binary 11111010 1110101 10 0 110101 1100011 10 11100 1100010 110001

Color Harmonies of #FA7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7502

Black with #FA7502

Text Example


Text Example

White with #FA7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7502; }

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

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

background-color css

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

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

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

border-color css

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

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

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