Html Css Color HEX #FA430C Orange Red

📋 copy color: '#FA430C'

red 250 ◦ green 67 ◦ blue 12

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

Shades of Orange Red #FA430C

Tints of Orange Red #FA430C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

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

R = 75.99%
G = 20.36%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA430C (or 0xFA430C) is known color: Orange Red. HEX triplet: FA, 43 and 0C. RGB value is (250,67,12). Sum of RGB (Red+Green+Blue) = 250+67+12=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA430C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA430C is #05BCF3. Grayscale: #737373. Windows color (decimal): -376052 or 803834. OLE color: 803834.

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

Color convert

RGB 250 67 12 -
CMYK 0 0.73 0.95 0.02
HSL 13.87º 0.96% 0.51% -
HSV(B) 13.87º 0.95% 0.98% -
XYZ 41.5 24.36 2.86 -
YUV 115.45 69.63 223.97 -
System Red Green Blue C M Y K H S L
Decimal 250 67 12 0 0.73 0.95 0.02 13.87 0.96 0.51
Hex FA 43 C 0 49 5F 2 E 60 33
Octal 372 103 14 0 111 137 2 16 140 63
Binary 11111010 1000011 1100 0 1001001 1011111 10 1110 1100000 110011

Color Harmonies of #FA430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA430C

Black with #FA430C

Text Example


Text Example

White with #FA430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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