Html Css Color HEX #FF6B07 Safety Orange

📋 copy color: '#FF6B07'

red 255 ◦ green 107 ◦ blue 7

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

Shades of Safety Orange #FF6B07

Tints of Safety Orange #FF6B07

RGB

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

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

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

R = 69.11%
G = 29%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF6B07 (or 0xFF6B07) is known color: Safety Orange. HEX triplet: FF, 6B and 07. RGB value is (255,107,7). Sum of RGB (Red+Green+Blue) = 255+107+7=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6B07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6B07 is #0094F8. Grayscale: #8C8C8C. Windows color (decimal): -38137 or 486399. OLE color: 486399.

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

Color convert

RGB 255 107 7 -
CMYK 0 0.58 0.97 0
HSL 24.19º 1% 0.51% -
HSV(B) 24.19º 0.97% 1% -
XYZ 46.54 31.79 3.88 -
YUV 139.85 53.03 210.13 -
System Red Green Blue C M Y K H S L
Decimal 255 107 7 0 0.58 0.97 0 24.19 1 0.51
Hex FF 6B 7 0 3A 61 0 18 64 33
Octal 377 153 7 0 72 141 0 30 144 63
Binary 11111111 1101011 111 0 111010 1100001 0 11000 1100100 110011

Color Harmonies of #FF6B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6B07

Black with #FF6B07

Text Example


Text Example

White with #FF6B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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