Html Css Color HEX #FC380A Orange Red

📋 copy color: '#FC380A'

red 252 ◦ green 56 ◦ blue 10

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

Shades of Orange Red #FC380A

Tints of Orange Red #FC380A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

 BLUE value IS 10 (4.3% from 255) = 3.14%

R = 79.25%
G = 17.61%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC380A (or 0xFC380A) is known color: Orange Red. HEX triplet: FC, 38 and 0A. RGB value is (252,56,10). Sum of RGB (Red+Green+Blue) = 252+56+10=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC380A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC380A is #03C7F5. Grayscale: #6D6D6D. Windows color (decimal): -247798 or 669948. OLE color: 669948.

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

Color convert

RGB 252 56 10 -
CMYK 0 0.78 0.96 0.01
HSL 11.4º 0.98% 0.51% -
HSV(B) 11.4º 0.96% 0.99% -
XYZ 41.61 23.55 2.64 -
YUV 109.36 71.93 229.74 -
System Red Green Blue C M Y K H S L
Decimal 252 56 10 0 0.78 0.96 0.01 11.4 0.98 0.51
Hex FC 38 A 0 4E 60 1 B 62 33
Octal 374 70 12 0 116 140 1 13 142 63
Binary 11111100 111000 1010 0 1001110 1100000 1 1011 1100010 110011

Color Harmonies of #FC380A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC380A

Black with #FC380A

Text Example


Text Example

White with #FC380A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC380A; }

 p { color: rgb(252,56,10); }

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

background-color css

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

 a { background-color: rgb(252,56,10); }

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

border-color css

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

 span { border-color: rgb(252,56,10); }

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