Html Css Color HEX #FA440B Orange Red

📋 copy color: '#FA440B'

red 250 ◦ green 68 ◦ blue 11

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

Shades of Orange Red #FA440B

Tints of Orange Red #FA440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.67%

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

R = 75.99%
G = 20.67%
B = 3.34%

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

#FA440B (or 0xFA440B) is known color: Orange Red. HEX triplet: FA, 44 and 0B. RGB value is (250,68,11). Sum of RGB (Red+Green+Blue) = 250+68+11=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA440B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA440B is #05BBF4. Grayscale: #747474. Windows color (decimal): -375797 or 738554. OLE color: 738554.

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

Color convert

RGB 250 68 11 -
CMYK 0 0.73 0.96 0.02
HSL 14.31º 0.96% 0.51% -
HSV(B) 14.31º 0.96% 0.98% -
XYZ 41.55 24.48 2.85 -
YUV 115.92 68.8 223.63 -
System Red Green Blue C M Y K H S L
Decimal 250 68 11 0 0.73 0.96 0.02 14.31 0.96 0.51
Hex FA 44 B 0 49 60 2 E 60 33
Octal 372 104 13 0 111 140 2 16 140 63
Binary 11111010 1000100 1011 0 1001001 1100000 10 1110 1100000 110011

Color Harmonies of #FA440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA440B

Black with #FA440B

Text Example


Text Example

White with #FA440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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