Html Css Color HEX #FA6B00 Safety Orange

📋 copy color: '#FA6B00'

red 250 ◦ green 107 ◦ blue 0

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

Shades of Safety Orange #FA6B00

Tints of Safety Orange #FA6B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.03%
G = 29.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA6B00 (or 0xFA6B00) is known color: Safety Orange. HEX triplet: FA, 6B and 00. RGB value is (250,107,0). Sum of RGB (Red+Green+Blue) = 250+107+0=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B00 is #0594FF. Grayscale: #8A8A8A. Windows color (decimal): -365824 or 27642. OLE color: 27642.

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

Color convert

RGB 250 107 0 -
CMYK 0 0.57 1 0.02
HSL 25.68º 1% 0.49% -
HSV(B) 25.68º 1% 0.98% -
XYZ 44.68 30.84 3.6 -
YUV 137.56 50.38 208.2 -
System Red Green Blue C M Y K H S L
Decimal 250 107 0 0 0.57 1 0.02 25.68 1 0.49
Hex FA 6B 0 0 39 64 2 1A 64 31
Octal 372 153 0 0 71 144 2 32 144 61
Binary 11111010 1101011 0 0 111001 1100100 10 11010 1100100 110001

Color Harmonies of #FA6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B00

Black with #FA6B00

Text Example


Text Example

White with #FA6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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