Html Css Color HEX #FC680C Safety Orange

📋 copy color: '#FC680C'

red 252 ◦ green 104 ◦ blue 12

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

Shades of Safety Orange #FC680C

Tints of Safety Orange #FC680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 68.48%
G = 28.26%
B = 3.26%

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

#FC680C (or 0xFC680C) is known color: Safety Orange. HEX triplet: FC, 68 and 0C. RGB value is (252,104,12). Sum of RGB (Red+Green+Blue) = 252+104+12=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680C is #0397F3. Grayscale: #8A8A8A. Windows color (decimal): -235508 or 813308. OLE color: 813308.

HSL color Cylindrical-coordinate representation of color #FC680C: hue angle of 23º 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 #FC680C is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 104 12 -
CMYK 0 0.59 0.95 0.01
HSL 23º 0.98% 0.52% -
HSV(B) 23º 0.95% 0.99% -
XYZ 45.16 30.62 3.88 -
YUV 137.76 57.03 209.48 -
System Red Green Blue C M Y K H S L
Decimal 252 104 12 0 0.59 0.95 0.01 23 0.98 0.52
Hex FC 68 C 0 3B 5F 1 17 62 34
Octal 374 150 14 0 73 137 1 27 142 64
Binary 11111100 1101000 1100 0 111011 1011111 1 10111 1100010 110100

Color Harmonies of #FC680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC680C

Black with #FC680C

Text Example


Text Example

White with #FC680C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC680C; }

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

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

background-color css

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

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

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

border-color css

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

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

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