Html Css Color HEX #FC440F Orange Red

📋 copy color: '#FC440F'

red 252 ◦ green 68 ◦ blue 15

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

Shades of Orange Red #FC440F

Tints of Orange Red #FC440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.3%

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

R = 75.22%
G = 20.3%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC440F (or 0xFC440F) is known color: Orange Red. HEX triplet: FC, 44 and 0F. RGB value is (252,68,15). Sum of RGB (Red+Green+Blue) = 252+68+15=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC440F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC440F is #03BBF0. Grayscale: #757575. Windows color (decimal): -244721 or 1000700. OLE color: 1000700.

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

Color convert

RGB 252 68 15 -
CMYK 0 0.73 0.94 0.01
HSL 13.42º 0.98% 0.52% -
HSV(B) 13.42º 0.94% 0.99% -
XYZ 42.3 24.86 3.02 -
YUV 116.97 70.46 224.31 -
System Red Green Blue C M Y K H S L
Decimal 252 68 15 0 0.73 0.94 0.01 13.42 0.98 0.52
Hex FC 44 F 0 49 5E 1 D 62 34
Octal 374 104 17 0 111 136 1 15 142 64
Binary 11111100 1000100 1111 0 1001001 1011110 1 1101 1100010 110100

Color Harmonies of #FC440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC440F

Black with #FC440F

Text Example


Text Example

White with #FC440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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