Html Css Color HEX #FC6B0D Safety Orange

📋 copy color: '#FC6B0D'

red 252 ◦ green 107 ◦ blue 13

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

Shades of Safety Orange #FC6B0D

Tints of Safety Orange #FC6B0D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.76%

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

R = 67.74%
G = 28.76%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC6B0D (or 0xFC6B0D) is known color: Safety Orange. HEX triplet: FC, 6B and 0D. RGB value is (252,107,13). Sum of RGB (Red+Green+Blue) = 252+107+13=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B0D is #0394F2. Grayscale: #8C8C8C. Windows color (decimal): -234739 or 879612. OLE color: 879612.

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

Color convert

RGB 252 107 13 -
CMYK 0 0.58 0.95 0.01
HSL 23.6º 0.98% 0.52% -
HSV(B) 23.6º 0.95% 0.99% -
XYZ 45.48 31.24 4.01 -
YUV 139.64 56.54 208.14 -
System Red Green Blue C M Y K H S L
Decimal 252 107 13 0 0.58 0.95 0.01 23.6 0.98 0.52
Hex FC 6B D 0 3A 5F 1 18 62 34
Octal 374 153 15 0 72 137 1 30 142 64
Binary 11111100 1101011 1101 0 111010 1011111 1 11000 1100010 110100

Color Harmonies of #FC6B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B0D

Black with #FC6B0D

Text Example


Text Example

White with #FC6B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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