Html Css Color HEX #FB6001 Safety Orange

📋 copy color: '#FB6001'

red 251 ◦ green 96 ◦ blue 1

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

Shades of Safety Orange #FB6001

Tints of Safety Orange #FB6001

RGB

 RED value IS 251 (98.44% from 255) = 72.13%

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 72.13%
G = 27.59%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FB6001 (or 0xFB6001) is known color: Safety Orange. HEX triplet: FB, 60 and 01. RGB value is (251,96,1). Sum of RGB (Red+Green+Blue) = 251+96+1=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6001 is #049FFE. Grayscale: #848484. Windows color (decimal): -303103 or 90363. OLE color: 90363.

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

Color convert

RGB 251 96 1 -
CMYK 0 0.62 1.00 0.02
HSL 22.8º 0.99% 0.49% -
HSV(B) 22.8º 1% 0.98% -
XYZ 43.97 28.88 3.28 -
YUV 131.52 54.35 213.22 -
System Red Green Blue C M Y K H S L
Decimal 251 96 1 0 0.62 1.00 0.02 22.8 0.99 0.49
Hex FB 60 1 0 3E 64 2 17 63 31
Octal 373 140 1 0 76 144 2 27 143 61
Binary 11111011 1100000 1 0 111110 1100100 10 10111 1100011 110001

Color Harmonies of #FB6001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6001

Black with #FB6001

Text Example


Text Example

White with #FB6001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6001; }

 p { color: rgb(251,96,1); }

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

background-color css

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

 a { background-color: rgb(251,96,1); }

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

border-color css

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

 span { border-color: rgb(251,96,1); }

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