Html Css Color HEX #FC6710 Safety Orange

📋 copy color: '#FC6710'

red 252 ◦ green 103 ◦ blue 16

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

Shades of Safety Orange #FC6710

Tints of Safety Orange #FC6710

RGB

 RED value IS 252 (98.83% from 255) = 67.92%

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 16 (6.64% from 255) = 4.31%

R = 67.92%
G = 27.76%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6710 (or 0xFC6710) is known color: Safety Orange. HEX triplet: FC, 67 and 10. RGB value is (252,103,16). Sum of RGB (Red+Green+Blue) = 252+103+16=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6710 is #0398EF. Grayscale: #8A8A8A. Windows color (decimal): -235760 or 1075196. OLE color: 1075196.

HSL color Cylindrical-coordinate representation of color #FC6710: hue angle of 22.12º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC6710 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 103 16 -
CMYK 0 0.59 0.94 0.01
HSL 22.12º 0.98% 0.53% -
HSV(B) 22.12º 0.94% 0.99% -
XYZ 45.09 30.43 3.99 -
YUV 137.63 59.36 209.57 -
System Red Green Blue C M Y K H S L
Decimal 252 103 16 0 0.59 0.94 0.01 22.12 0.98 0.53
Hex FC 67 10 0 3B 5E 1 16 62 35
Octal 374 147 20 0 73 136 1 26 142 65
Binary 11111100 1100111 10000 0 111011 1011110 1 10110 1100010 110101

Color Harmonies of #FC6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6710

Black with #FC6710

Text Example


Text Example

White with #FC6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6710; }

 p { color: rgb(252,103,16); }

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

background-color css

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

 a { background-color: rgb(252,103,16); }

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

border-color css

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

 span { border-color: rgb(252,103,16); }

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