Html Css Color HEX #FA6B0B Safety Orange

📋 copy color: '#FA6B0B'

red 250 ◦ green 107 ◦ blue 11

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

Shades of Safety Orange #FA6B0B

Tints of Safety Orange #FA6B0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 67.93%
G = 29.08%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA6B0B (or 0xFA6B0B) is known color: Safety Orange. HEX triplet: FA, 6B and 0B. RGB value is (250,107,11). Sum of RGB (Red+Green+Blue) = 250+107+11=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B0B is #0594F4. Grayscale: #8B8B8B. Windows color (decimal): -365813 or 748538. OLE color: 748538.

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

Color convert

RGB 250 107 11 -
CMYK 0 0.57 0.96 0.02
HSL 24.1º 0.96% 0.51% -
HSV(B) 24.1º 0.96% 0.98% -
XYZ 44.74 30.86 3.92 -
YUV 138.81 55.88 207.31 -
System Red Green Blue C M Y K H S L
Decimal 250 107 11 0 0.57 0.96 0.02 24.1 0.96 0.51
Hex FA 6B B 0 39 60 2 18 60 33
Octal 372 153 13 0 71 140 2 30 140 63
Binary 11111010 1101011 1011 0 111001 1100000 10 11000 1100000 110011

Color Harmonies of #FA6B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B0B

Black with #FA6B0B

Text Example


Text Example

White with #FA6B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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