Html Css Color HEX #FC640F Safety Orange

📋 copy color: '#FC640F'

red 252 ◦ green 100 ◦ blue 15

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

Shades of Safety Orange #FC640F

Tints of Safety Orange #FC640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.09%

R = 68.66%
G = 27.25%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC640F (or 0xFC640F) is known color: Safety Orange. HEX triplet: FC, 64 and 0F. RGB value is (252,100,15). Sum of RGB (Red+Green+Blue) = 252+100+15=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC640F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC640F is #039BF0. Grayscale: #888888. Windows color (decimal): -236529 or 1008892. OLE color: 1008892.

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

Color convert

RGB 252 100 15 -
CMYK 0 0.60 0.94 0.01
HSL 21.52º 0.98% 0.52% -
HSV(B) 21.52º 0.94% 0.99% -
XYZ 44.79 29.84 3.85 -
YUV 135.76 59.86 210.91 -
System Red Green Blue C M Y K H S L
Decimal 252 100 15 0 0.60 0.94 0.01 21.52 0.98 0.52
Hex FC 64 F 0 3C 5E 1 16 62 34
Octal 374 144 17 0 74 136 1 26 142 64
Binary 11111100 1100100 1111 0 111100 1011110 1 10110 1100010 110100

Color Harmonies of #FC640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC640F

Black with #FC640F

Text Example


Text Example

White with #FC640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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