Html Css Color HEX #F9380C Orange Red

📋 copy color: '#F9380C'

red 249 ◦ green 56 ◦ blue 12

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

Shades of Orange Red #F9380C

Tints of Orange Red #F9380C

RGB

 RED value IS 249 (97.66% from 255) = 78.55%

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

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

R = 78.55%
G = 17.67%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9380C (or 0xF9380C) is known color: Orange Red. HEX triplet: F9, 38 and 0C. RGB value is (249,56,12). Sum of RGB (Red+Green+Blue) = 249+56+12=317 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.55% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 249 - color contains mainly: red. Hex color #F9380C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9380C is #06C7F3. Grayscale: #6D6D6D. Windows color (decimal): -444404 or 801017. OLE color: 801017.

HSL color Cylindrical-coordinate representation of color #F9380C: hue angle of 11.14º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9380C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 56 12 -
CMYK 0 0.78 0.95 0.02
HSL 11.14º 0.95% 0.51% -
HSV(B) 11.14º 0.95% 0.98% -
XYZ 40.55 22.99 2.65 -
YUV 108.69 73.44 228.08 -
System Red Green Blue C M Y K H S L
Decimal 249 56 12 0 0.78 0.95 0.02 11.14 0.95 0.51
Hex F9 38 C 0 4E 5F 2 B 5F 33
Octal 371 70 14 0 116 137 2 13 137 63
Binary 11111001 111000 1100 0 1001110 1011111 10 1011 1011111 110011

Color Harmonies of #F9380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9380C

Black with #F9380C

Text Example


Text Example

White with #F9380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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