Html Css Color HEX #FA6305 Safety Orange

📋 copy color: '#FA6305'

red 250 ◦ green 99 ◦ blue 5

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

Shades of Safety Orange #FA6305

Tints of Safety Orange #FA6305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 70.62%
G = 27.97%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6305 (or 0xFA6305) is known color: Safety Orange. HEX triplet: FA, 63 and 05. RGB value is (250,99,5). Sum of RGB (Red+Green+Blue) = 250+99+5=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6305 is #059CFA. Grayscale: #858585. Windows color (decimal): -367867 or 353274. OLE color: 353274.

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

Color convert

RGB 250 99 5 -
CMYK 0 0.60 0.98 0.02
HSL 23.02º 0.96% 0.5% -
HSV(B) 23.02º 0.98% 0.98% -
XYZ 43.91 29.26 3.48 -
YUV 133.43 55.53 211.14 -
System Red Green Blue C M Y K H S L
Decimal 250 99 5 0 0.60 0.98 0.02 23.02 0.96 0.5
Hex FA 63 5 0 3C 62 2 17 60 32
Octal 372 143 5 0 74 142 2 27 140 62
Binary 11111010 1100011 101 0 111100 1100010 10 10111 1100000 110010

Color Harmonies of #FA6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6305

Black with #FA6305

Text Example


Text Example

White with #FA6305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6305; }

 p { color: rgb(250,99,5); }

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

background-color css

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

 a { background-color: rgb(250,99,5); }

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

border-color css

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

 span { border-color: rgb(250,99,5); }

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