Html Css Color HEX #FB6C07 Safety Orange

📋 copy color: '#FB6C07'

red 251 ◦ green 108 ◦ blue 7

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

Shades of Safety Orange #FB6C07

Tints of Safety Orange #FB6C07

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

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

R = 68.58%
G = 29.51%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FB6C07 (or 0xFB6C07) is known color: Safety Orange. HEX triplet: FB, 6C and 07. RGB value is (251,108,7). Sum of RGB (Red+Green+Blue) = 251+108+7=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6C07 is #0493F8. Grayscale: #8B8B8B. Windows color (decimal): -300025 or 486651. OLE color: 486651.

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

Color convert

RGB 251 108 7 -
CMYK 0 0.57 0.97 0.02
HSL 24.84º 0.97% 0.51% -
HSV(B) 24.84º 0.97% 0.98% -
XYZ 45.18 31.25 3.85 -
YUV 139.24 53.38 207.71 -
System Red Green Blue C M Y K H S L
Decimal 251 108 7 0 0.57 0.97 0.02 24.84 0.97 0.51
Hex FB 6C 7 0 39 61 2 19 61 33
Octal 373 154 7 0 71 141 2 31 141 63
Binary 11111011 1101100 111 0 111001 1100001 10 11001 1100001 110011

Color Harmonies of #FB6C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C07

Black with #FB6C07

Text Example


Text Example

White with #FB6C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C07; }

 p { color: rgb(251,108,7); }

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

background-color css

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

 a { background-color: rgb(251,108,7); }

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

border-color css

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

 span { border-color: rgb(251,108,7); }

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