Html Css Color HEX #F9400C Orange Red

📋 copy color: '#F9400C'

red 249 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #F9400C

Tints of Orange Red #F9400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.69%

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

R = 76.62%
G = 19.69%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9400C (or 0xF9400C) is known color: Orange Red. HEX triplet: F9, 40 and 0C. RGB value is (249,64,12). Sum of RGB (Red+Green+Blue) = 249+64+12=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9400C is #06BFF3. Grayscale: #717171. Windows color (decimal): -442356 or 803065. OLE color: 803065.

HSL color Cylindrical-coordinate representation of color #F9400C: hue angle of 13.16º 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 #F9400C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 12 -
CMYK 0 0.74 0.95 0.02
HSL 13.16º 0.95% 0.51% -
HSV(B) 13.16º 0.95% 0.98% -
XYZ 40.97 23.83 2.79 -
YUV 113.39 70.79 224.73 -
System Red Green Blue C M Y K H S L
Decimal 249 64 12 0 0.74 0.95 0.02 13.16 0.95 0.51
Hex F9 40 C 0 4A 5F 2 D 5F 33
Octal 371 100 14 0 112 137 2 15 137 63
Binary 11111001 1000000 1100 0 1001010 1011111 10 1101 1011111 110011

Color Harmonies of #F9400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9400C

Black with #F9400C

Text Example


Text Example

White with #F9400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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