Html Css Color HEX #FA400C Orange Red

📋 copy color: '#FA400C'

red 250 ◦ green 64 ◦ blue 12

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

Shades of Orange Red #FA400C

Tints of Orange Red #FA400C

RGB

 RED value IS 250 (98.05% from 255) = 76.69%

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

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

R = 76.69%
G = 19.63%
B = 3.68%

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

#FA400C (or 0xFA400C) is known color: Orange Red. HEX triplet: FA, 40 and 0C. RGB value is (250,64,12). Sum of RGB (Red+Green+Blue) = 250+64+12=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA400C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA400C is #05BFF3. Grayscale: #727272. Windows color (decimal): -376820 or 803066. OLE color: 803066.

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

Color convert

RGB 250 64 12 -
CMYK 0 0.74 0.95 0.02
HSL 13.11º 0.96% 0.51% -
HSV(B) 13.11º 0.95% 0.98% -
XYZ 41.32 24.02 2.81 -
YUV 113.69 70.62 225.23 -
System Red Green Blue C M Y K H S L
Decimal 250 64 12 0 0.74 0.95 0.02 13.11 0.96 0.51
Hex FA 40 C 0 4A 5F 2 D 60 33
Octal 372 100 14 0 112 137 2 15 140 63
Binary 11111010 1000000 1100 0 1001010 1011111 10 1101 1100000 110011

Color Harmonies of #FA400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA400C

Black with #FA400C

Text Example


Text Example

White with #FA400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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