Html Css Color HEX #FA6502 Safety Orange

📋 copy color: '#FA6502'

red 250 ◦ green 101 ◦ blue 2

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

Shades of Safety Orange #FA6502

Tints of Safety Orange #FA6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.61%

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

R = 70.82%
G = 28.61%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA6502 (or 0xFA6502) is known color: Safety Orange. HEX triplet: FA, 65 and 02. RGB value is (250,101,2). Sum of RGB (Red+Green+Blue) = 250+101+2=353 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.82% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6502 is #059AFD. Grayscale: #868686. Windows color (decimal): -367358 or 157178. OLE color: 157178.

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

Color convert

RGB 250 101 2 -
CMYK 0 0.60 0.99 0.02
HSL 23.95º 0.98% 0.49% -
HSV(B) 23.95º 0.99% 0.98% -
XYZ 44.09 29.64 3.45 -
YUV 134.27 53.36 210.55 -
System Red Green Blue C M Y K H S L
Decimal 250 101 2 0 0.60 0.99 0.02 23.95 0.98 0.49
Hex FA 65 2 0 3C 63 2 18 62 31
Octal 372 145 2 0 74 143 2 30 142 61
Binary 11111010 1100101 10 0 111100 1100011 10 11000 1100010 110001

Color Harmonies of #FA6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6502

Black with #FA6502

Text Example


Text Example

White with #FA6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6502; }

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

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

background-color css

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

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

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

border-color css

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

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

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