Html Css Color HEX #FC680F Safety Orange

📋 copy color: '#FC680F'

red 252 ◦ green 104 ◦ blue 15

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

Shades of Safety Orange #FC680F

Tints of Safety Orange #FC680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.04%

R = 67.92%
G = 28.03%
B = 4.04%

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

#FC680F (or 0xFC680F) is known color: Safety Orange. HEX triplet: FC, 68 and 0F. RGB value is (252,104,15). Sum of RGB (Red+Green+Blue) = 252+104+15=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680F is #0397F0. Grayscale: #8A8A8A. Windows color (decimal): -235505 or 1009916. OLE color: 1009916.

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

Color convert

RGB 252 104 15 -
CMYK 0 0.59 0.94 0.01
HSL 22.53º 0.98% 0.52% -
HSV(B) 22.53º 0.94% 0.99% -
XYZ 45.18 30.63 3.98 -
YUV 138.11 58.53 209.24 -
System Red Green Blue C M Y K H S L
Decimal 252 104 15 0 0.59 0.94 0.01 22.53 0.98 0.52
Hex FC 68 F 0 3B 5E 1 17 62 34
Octal 374 150 17 0 73 136 1 27 142 64
Binary 11111100 1101000 1111 0 111011 1011110 1 10111 1100010 110100

Color Harmonies of #FC680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC680F

Black with #FC680F

Text Example


Text Example

White with #FC680F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC680F; }

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

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

background-color css

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

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

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

border-color css

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

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

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