Html Css Color HEX #FC640D Safety Orange

📋 copy color: '#FC640D'

red 252 ◦ green 100 ◦ blue 13

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

Shades of Safety Orange #FC640D

Tints of Safety Orange #FC640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.4%

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

R = 69.04%
G = 27.4%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC640D (or 0xFC640D) is known color: Safety Orange. HEX triplet: FC, 64 and 0D. RGB value is (252,100,13). Sum of RGB (Red+Green+Blue) = 252+100+13=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC640D is #039BF2. Grayscale: #888888. Windows color (decimal): -236531 or 877820. OLE color: 877820.

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

Color convert

RGB 252 100 13 -
CMYK 0 0.60 0.95 0.01
HSL 21.84º 0.98% 0.52% -
HSV(B) 21.84º 0.95% 0.99% -
XYZ 44.77 29.84 3.78 -
YUV 135.53 58.86 211.07 -
System Red Green Blue C M Y K H S L
Decimal 252 100 13 0 0.60 0.95 0.01 21.84 0.98 0.52
Hex FC 64 D 0 3C 5F 1 16 62 34
Octal 374 144 15 0 74 137 1 26 142 64
Binary 11111100 1100100 1101 0 111100 1011111 1 10110 1100010 110100

Color Harmonies of #FC640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC640D

Black with #FC640D

Text Example


Text Example

White with #FC640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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