Html Css Color HEX #FC380B Orange Red

📋 copy color: '#FC380B'

red 252 ◦ green 56 ◦ blue 11

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

Shades of Orange Red #FC380B

Tints of Orange Red #FC380B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.45%

R = 79%
G = 17.55%
B = 3.45%

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

#FC380B (or 0xFC380B) is known color: Orange Red. HEX triplet: FC, 38 and 0B. RGB value is (252,56,11). Sum of RGB (Red+Green+Blue) = 252+56+11=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC380B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC380B is #03C7F4. Grayscale: #6D6D6D. Windows color (decimal): -247797 or 735484. OLE color: 735484.

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

Color convert

RGB 252 56 11 -
CMYK 0 0.78 0.96 0.01
HSL 11.2º 0.98% 0.52% -
HSV(B) 11.2º 0.96% 0.99% -
XYZ 41.62 23.55 2.67 -
YUV 109.47 72.43 229.66 -
System Red Green Blue C M Y K H S L
Decimal 252 56 11 0 0.78 0.96 0.01 11.2 0.98 0.52
Hex FC 38 B 0 4E 60 1 B 62 34
Octal 374 70 13 0 116 140 1 13 142 64
Binary 11111100 111000 1011 0 1001110 1100000 1 1011 1100010 110100

Color Harmonies of #FC380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC380B

Black with #FC380B

Text Example


Text Example

White with #FC380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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