Html Css Color HEX #FC680D Safety Orange

📋 copy color: '#FC680D'

red 252 ◦ green 104 ◦ blue 13

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

Shades of Safety Orange #FC680D

Tints of Safety Orange #FC680D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.52%

R = 68.29%
G = 28.18%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC680D (or 0xFC680D) is known color: Safety Orange. HEX triplet: FC, 68 and 0D. RGB value is (252,104,13). Sum of RGB (Red+Green+Blue) = 252+104+13=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680D is #0397F2. Grayscale: #8A8A8A. Windows color (decimal): -235507 or 878844. OLE color: 878844.

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

Color convert

RGB 252 104 13 -
CMYK 0 0.59 0.95 0.01
HSL 22.85º 0.98% 0.52% -
HSV(B) 22.85º 0.95% 0.99% -
XYZ 45.17 30.63 3.91 -
YUV 137.88 57.53 209.4 -
System Red Green Blue C M Y K H S L
Decimal 252 104 13 0 0.59 0.95 0.01 22.85 0.98 0.52
Hex FC 68 D 0 3B 5F 1 17 62 34
Octal 374 150 15 0 73 137 1 27 142 64
Binary 11111100 1101000 1101 0 111011 1011111 1 10111 1100010 110100

Color Harmonies of #FC680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC680D

Black with #FC680D

Text Example


Text Example

White with #FC680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC680D; }

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

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

background-color css

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

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

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

border-color css

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

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

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