Html Css Color HEX #FC6309 Safety Orange

📋 copy color: '#FC6309'

red 252 ◦ green 99 ◦ blue 9

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

Shades of Safety Orange #FC6309

Tints of Safety Orange #FC6309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.5%

 BLUE value IS 9 (3.91% from 255) = 2.5%

R = 70%
G = 27.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC6309 (or 0xFC6309) is known color: Safety Orange. HEX triplet: FC, 63 and 09. RGB value is (252,99,9). Sum of RGB (Red+Green+Blue) = 252+99+9=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6309 is #039CF6. Grayscale: #878787. Windows color (decimal): -236791 or 615420. OLE color: 615420.

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

Color convert

RGB 252 99 9 -
CMYK 0 0.61 0.96 0.01
HSL 22.22º 0.98% 0.51% -
HSV(B) 22.22º 0.96% 0.99% -
XYZ 44.66 29.64 3.63 -
YUV 134.49 57.19 211.82 -
System Red Green Blue C M Y K H S L
Decimal 252 99 9 0 0.61 0.96 0.01 22.22 0.98 0.51
Hex FC 63 9 0 3D 60 1 16 62 33
Octal 374 143 11 0 75 140 1 26 142 63
Binary 11111100 1100011 1001 0 111101 1100000 1 10110 1100010 110011

Color Harmonies of #FC6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6309

Black with #FC6309

Text Example


Text Example

White with #FC6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6309; }

 p { color: rgb(252,99,9); }

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

background-color css

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

 a { background-color: rgb(252,99,9); }

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

border-color css

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

 span { border-color: rgb(252,99,9); }

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