Html Css Color HEX #FA430B Orange Red

📋 copy color: '#FA430B'

red 250 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #FA430B

Tints of Orange Red #FA430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 76.22%
G = 20.43%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA430B (or 0xFA430B) is known color: Orange Red. HEX triplet: FA, 43 and 0B. RGB value is (250,67,11). Sum of RGB (Red+Green+Blue) = 250+67+11=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA430B is #05BCF4. Grayscale: #737373. Windows color (decimal): -376053 or 738298. OLE color: 738298.

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

Color convert

RGB 250 67 11 -
CMYK 0 0.73 0.96 0.02
HSL 14.06º 0.96% 0.51% -
HSV(B) 14.06º 0.96% 0.98% -
XYZ 41.49 24.36 2.83 -
YUV 115.33 69.13 224.05 -
System Red Green Blue C M Y K H S L
Decimal 250 67 11 0 0.73 0.96 0.02 14.06 0.96 0.51
Hex FA 43 B 0 49 60 2 E 60 33
Octal 372 103 13 0 111 140 2 16 140 63
Binary 11111010 1000011 1011 0 1001001 1100000 10 1110 1100000 110011

Color Harmonies of #FA430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA430B

Black with #FA430B

Text Example


Text Example

White with #FA430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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