Html Css Color HEX #FF5B07 Safety Orange

📋 copy color: '#FF5B07'

red 255 ◦ green 91 ◦ blue 7

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

Shades of Safety Orange #FF5B07

Tints of Safety Orange #FF5B07

RGB

 RED value IS 255 (100% from 255) = 72.24%

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 72.24%
G = 25.78%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF5B07 (or 0xFF5B07) is known color: Safety Orange. HEX triplet: FF, 5B and 07. RGB value is (255,91,7). Sum of RGB (Red+Green+Blue) = 255+91+7=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5B07 is #00A4F8. Grayscale: #828282. Windows color (decimal): -42233 or 482303. OLE color: 482303.

HSL color Cylindrical-coordinate representation of color #FF5B07: hue angle of 20.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF5B07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 91 7 -
CMYK 0 0.64 0.97 0
HSL 20.32º 1% 0.51% -
HSV(B) 20.32º 0.97% 1% -
XYZ 45.02 28.76 3.38 -
YUV 130.46 58.33 216.83 -
System Red Green Blue C M Y K H S L
Decimal 255 91 7 0 0.64 0.97 0 20.32 1 0.51
Hex FF 5B 7 0 40 61 0 14 64 33
Octal 377 133 7 0 100 141 0 24 144 63
Binary 11111111 1011011 111 0 1000000 1100001 0 10100 1100100 110011

Color Harmonies of #FF5B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B07

Black with #FF5B07

Text Example


Text Example

White with #FF5B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B07; }

 p { color: rgb(255,91,7); }

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

background-color css

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

 a { background-color: rgb(255,91,7); }

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

border-color css

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

 span { border-color: rgb(255,91,7); }

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