Html Css Color HEX #FF6D0B Safety Orange

📋 copy color: '#FF6D0B'

red 255 ◦ green 109 ◦ blue 11

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

Shades of Safety Orange #FF6D0B

Tints of Safety Orange #FF6D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

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

R = 68%
G = 29.07%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF6D0B (or 0xFF6D0B) is known color: Safety Orange. HEX triplet: FF, 6D and 0B. RGB value is (255,109,11). Sum of RGB (Red+Green+Blue) = 255+109+11=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6D0B is #0092F4. Grayscale: #8E8E8E. Windows color (decimal): -37621 or 749055. OLE color: 749055.

HSL color Cylindrical-coordinate representation of color #FF6D0B: hue angle of 24.1º 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 #FF6D0B is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 109 11 -
CMYK 0 0.57 0.96 0
HSL 24.1º 1% 0.52% -
HSV(B) 24.1º 0.96% 1% -
XYZ 46.77 32.22 4.07 -
YUV 141.48 54.37 208.97 -
System Red Green Blue C M Y K H S L
Decimal 255 109 11 0 0.57 0.96 0 24.1 1 0.52
Hex FF 6D B 0 39 60 0 18 64 34
Octal 377 155 13 0 71 140 0 30 144 64
Binary 11111111 1101101 1011 0 111001 1100000 0 11000 1100100 110100

Color Harmonies of #FF6D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6D0B

Black with #FF6D0B

Text Example


Text Example

White with #FF6D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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