Html Css Color HEX #FC6D03 Safety Orange

📋 copy color: '#FC6D03'

red 252 ◦ green 109 ◦ blue 3

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

Shades of Safety Orange #FC6D03

Tints of Safety Orange #FC6D03

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.95%

 BLUE value IS 3 (1.56% from 255) = 0.82%

R = 69.23%
G = 29.95%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC6D03 (or 0xFC6D03) is known color: Safety Orange. HEX triplet: FC, 6D and 03. RGB value is (252,109,3). Sum of RGB (Red+Green+Blue) = 252+109+3=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 3 (1.56% from 255 or 0.82% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D03 is #0392FC. Grayscale: #8C8C8C. Windows color (decimal): -234237 or 224764. OLE color: 224764.

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

Color convert

RGB 252 109 3 -
CMYK 0 0.57 0.99 0.01
HSL 25.54º 0.98% 0.5% -
HSV(B) 25.54º 0.99% 0.99% -
XYZ 45.63 31.64 3.79 -
YUV 139.67 50.88 208.12 -
System Red Green Blue C M Y K H S L
Decimal 252 109 3 0 0.57 0.99 0.01 25.54 0.98 0.5
Hex FC 6D 3 0 39 63 1 1A 62 32
Octal 374 155 3 0 71 143 1 32 142 62
Binary 11111100 1101101 11 0 111001 1100011 1 11010 1100010 110010

Color Harmonies of #FC6D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D03

Black with #FC6D03

Text Example


Text Example

White with #FC6D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D03; }

 p { color: rgb(252,109,3); }

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

background-color css

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

 a { background-color: rgb(252,109,3); }

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

border-color css

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

 span { border-color: rgb(252,109,3); }

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