Html Css Color HEX #FC6509 Safety Orange

📋 copy color: '#FC6509'

red 252 ◦ green 101 ◦ blue 9

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

Shades of Safety Orange #FC6509

Tints of Safety Orange #FC6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.9%

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

R = 69.61%
G = 27.9%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC6509 (or 0xFC6509) is known color: Safety Orange. HEX triplet: FC, 65 and 09. RGB value is (252,101,9). Sum of RGB (Red+Green+Blue) = 252+101+9=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 9 (3.91% from 255 or 2.49% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6509 is #039AF6. Grayscale: #888888. Windows color (decimal): -236279 or 615932. OLE color: 615932.

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

Color convert

RGB 252 101 9 -
CMYK 0 0.60 0.96 0.01
HSL 22.72º 0.98% 0.51% -
HSV(B) 22.72º 0.96% 0.99% -
XYZ 44.85 30.02 3.69 -
YUV 135.66 56.53 210.98 -
System Red Green Blue C M Y K H S L
Decimal 252 101 9 0 0.60 0.96 0.01 22.72 0.98 0.51
Hex FC 65 9 0 3C 60 1 17 62 33
Octal 374 145 11 0 74 140 1 27 142 63
Binary 11111100 1100101 1001 0 111100 1100000 1 10111 1100010 110011

Color Harmonies of #FC6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6509

Black with #FC6509

Text Example


Text Example

White with #FC6509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6509; }

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

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

background-color css

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

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

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

border-color css

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

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

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