Html Css Color HEX #FA450F Orange Red

📋 copy color: '#FA450F'

red 250 ◦ green 69 ◦ blue 15

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

Shades of Orange Red #FA450F

Tints of Orange Red #FA450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.66%

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 74.85%
G = 20.66%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA450F (or 0xFA450F) is known color: Orange Red. HEX triplet: FA, 45 and 0F. RGB value is (250,69,15). Sum of RGB (Red+Green+Blue) = 250+69+15=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA450F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA450F is #05BAF0. Grayscale: #757575. Windows color (decimal): -375537 or 1000954. OLE color: 1000954.

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

Color convert

RGB 250 69 15 -
CMYK 0 0.72 0.94 0.02
HSL 13.79º 0.96% 0.52% -
HSV(B) 13.79º 0.94% 0.98% -
XYZ 41.64 24.61 3.01 -
YUV 116.96 70.47 222.89 -
System Red Green Blue C M Y K H S L
Decimal 250 69 15 0 0.72 0.94 0.02 13.79 0.96 0.52
Hex FA 45 F 0 48 5E 2 E 60 34
Octal 372 105 17 0 110 136 2 16 140 64
Binary 11111010 1000101 1111 0 1001000 1011110 10 1110 1100000 110100

Color Harmonies of #FA450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA450F

Black with #FA450F

Text Example


Text Example

White with #FA450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA450F; }

 p { color: rgb(250,69,15); }

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

background-color css

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

 a { background-color: rgb(250,69,15); }

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

border-color css

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

 span { border-color: rgb(250,69,15); }

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