Html Css Color HEX #FF5F0B Safety Orange

📋 copy color: '#FF5F0B'

red 255 ◦ green 95 ◦ blue 11

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

Shades of Safety Orange #FF5F0B

Tints of Safety Orange #FF5F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

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

R = 70.64%
G = 26.32%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF5F0B (or 0xFF5F0B) is known color: Safety Orange. HEX triplet: FF, 5F and 0B. RGB value is (255,95,11). Sum of RGB (Red+Green+Blue) = 255+95+11=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5F0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5F0B is #00A0F4. Grayscale: #858585. Windows color (decimal): -41205 or 745471. OLE color: 745471.

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

Color convert

RGB 255 95 11 -
CMYK 0 0.63 0.96 0
HSL 20.66º 1% 0.52% -
HSV(B) 20.66º 0.96% 1% -
XYZ 45.39 29.47 3.61 -
YUV 133.26 59.01 214.83 -
System Red Green Blue C M Y K H S L
Decimal 255 95 11 0 0.63 0.96 0 20.66 1 0.52
Hex FF 5F B 0 3F 60 0 15 64 34
Octal 377 137 13 0 77 140 0 25 144 64
Binary 11111111 1011111 1011 0 111111 1100000 0 10101 1100100 110100

Color Harmonies of #FF5F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5F0B

Black with #FF5F0B

Text Example


Text Example

White with #FF5F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5F0B; }

 p { color: rgb(255,95,11); }

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

background-color css

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

 a { background-color: rgb(255,95,11); }

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

border-color css

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

 span { border-color: rgb(255,95,11); }

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