Html Css Color HEX #F7380C Orange Red

📋 copy color: '#F7380C'

red 247 ◦ green 56 ◦ blue 12

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

Shades of Orange Red #F7380C

Tints of Orange Red #F7380C

RGB

 RED value IS 247 (96.88% from 255) = 78.41%

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

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 78.41%
G = 17.78%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7380C (or 0xF7380C) is known color: Orange Red. HEX triplet: F7, 38 and 0C. RGB value is (247,56,12). Sum of RGB (Red+Green+Blue) = 247+56+12=315 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.41% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 247 - color contains mainly: red. Hex color #F7380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F7380C is #08C7F3. Grayscale: #6C6C6C. Windows color (decimal): -575476 or 801015. OLE color: 801015.

HSL color Cylindrical-coordinate representation of color #F7380C: hue angle of 11.23º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7380C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 56 12 -
CMYK 0 0.77 0.95 0.03
HSL 11.23º 0.94% 0.51% -
HSV(B) 11.23º 0.95% 0.97% -
XYZ 39.84 22.63 2.62 -
YUV 108.09 73.78 227.08 -
System Red Green Blue C M Y K H S L
Decimal 247 56 12 0 0.77 0.95 0.03 11.23 0.94 0.51
Hex F7 38 C 0 4D 5F 3 B 5E 33
Octal 367 70 14 0 115 137 3 13 136 63
Binary 11110111 111000 1100 0 1001101 1011111 11 1011 1011110 110011

Color Harmonies of #F7380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7380C

Black with #F7380C

Text Example


Text Example

White with #F7380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7380C; }

 p { color: rgb(247,56,12); }

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

background-color css

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

 a { background-color: rgb(247,56,12); }

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

border-color css

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

 span { border-color: rgb(247,56,12); }

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