Html Css Color HEX #FA6B05 Safety Orange

📋 copy color: '#FA6B05'

red 250 ◦ green 107 ◦ blue 5

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

Shades of Safety Orange #FA6B05

Tints of Safety Orange #FA6B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.56%

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

R = 69.06%
G = 29.56%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA6B05 (or 0xFA6B05) is known color: Safety Orange. HEX triplet: FA, 6B and 05. RGB value is (250,107,5). Sum of RGB (Red+Green+Blue) = 250+107+5=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B05 is #0594FA. Grayscale: #8A8A8A. Windows color (decimal): -365819 or 355322. OLE color: 355322.

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

Color convert

RGB 250 107 5 -
CMYK 0 0.57 0.98 0.02
HSL 24.98º 0.96% 0.5% -
HSV(B) 24.98º 0.98% 0.98% -
XYZ 44.71 30.85 3.74 -
YUV 138.13 52.88 207.79 -
System Red Green Blue C M Y K H S L
Decimal 250 107 5 0 0.57 0.98 0.02 24.98 0.96 0.5
Hex FA 6B 5 0 39 62 2 19 60 32
Octal 372 153 5 0 71 142 2 31 140 62
Binary 11111010 1101011 101 0 111001 1100010 10 11001 1100000 110010

Color Harmonies of #FA6B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B05

Black with #FA6B05

Text Example


Text Example

White with #FA6B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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