Html Css Color HEX #FC6A0D Safety Orange

📋 copy color: '#FC6A0D'

red 252 ◦ green 106 ◦ blue 13

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

Shades of Safety Orange #FC6A0D

Tints of Safety Orange #FC6A0D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.57%

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

R = 67.92%
G = 28.57%
B = 3.5%

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

#FC6A0D (or 0xFC6A0D) is known color: Safety Orange. HEX triplet: FC, 6A and 0D. RGB value is (252,106,13). Sum of RGB (Red+Green+Blue) = 252+106+13=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A0D is #0395F2. Grayscale: #8B8B8B. Windows color (decimal): -234995 or 879356. OLE color: 879356.

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

Color convert

RGB 252 106 13 -
CMYK 0 0.58 0.95 0.01
HSL 23.35º 0.98% 0.52% -
HSV(B) 23.35º 0.95% 0.99% -
XYZ 45.37 31.03 3.98 -
YUV 139.05 56.87 208.56 -
System Red Green Blue C M Y K H S L
Decimal 252 106 13 0 0.58 0.95 0.01 23.35 0.98 0.52
Hex FC 6A D 0 3A 5F 1 17 62 34
Octal 374 152 15 0 72 137 1 27 142 64
Binary 11111100 1101010 1101 0 111010 1011111 1 10111 1100010 110100

Color Harmonies of #FC6A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A0D

Black with #FC6A0D

Text Example


Text Example

White with #FC6A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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