Html Css Color HEX #FC680E Safety Orange

📋 copy color: '#FC680E'

red 252 ◦ green 104 ◦ blue 14

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

Shades of Safety Orange #FC680E

Tints of Safety Orange #FC680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 14 (5.86% from 255) = 3.78%

R = 68.11%
G = 28.11%
B = 3.78%

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

#FC680E (or 0xFC680E) is known color: Safety Orange. HEX triplet: FC, 68 and 0E. RGB value is (252,104,14). Sum of RGB (Red+Green+Blue) = 252+104+14=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680E is #0397F1. Grayscale: #8A8A8A. Windows color (decimal): -235506 or 944380. OLE color: 944380.

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

Color convert

RGB 252 104 14 -
CMYK 0 0.59 0.94 0.01
HSL 22.69º 0.98% 0.52% -
HSV(B) 22.69º 0.94% 0.99% -
XYZ 45.17 30.63 3.95 -
YUV 137.99 58.03 209.32 -
System Red Green Blue C M Y K H S L
Decimal 252 104 14 0 0.59 0.94 0.01 22.69 0.98 0.52
Hex FC 68 E 0 3B 5E 1 17 62 34
Octal 374 150 16 0 73 136 1 27 142 64
Binary 11111100 1101000 1110 0 111011 1011110 1 10111 1100010 110100

Color Harmonies of #FC680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC680E

Black with #FC680E

Text Example


Text Example

White with #FC680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC680E; }

 p { color: rgb(252,104,14); }

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

background-color css

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

 a { background-color: rgb(252,104,14); }

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

border-color css

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

 span { border-color: rgb(252,104,14); }

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