Html Css Color HEX #FA420F Orange Red

📋 copy color: '#FA420F'

red 250 ◦ green 66 ◦ blue 15

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

Shades of Orange Red #FA420F

Tints of Orange Red #FA420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.94%

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

R = 75.53%
G = 19.94%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA420F (or 0xFA420F) is known color: Orange Red. HEX triplet: FA, 42 and 0F. RGB value is (250,66,15). Sum of RGB (Red+Green+Blue) = 250+66+15=331 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.53% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 250 - color contains mainly: red. Hex color #FA420F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA420F is #05BDF0. Grayscale: #737373. Windows color (decimal): -376305 or 1000186. OLE color: 1000186.

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

Color convert

RGB 250 66 15 -
CMYK 0 0.74 0.94 0.02
HSL 13.02º 0.96% 0.52% -
HSV(B) 13.02º 0.94% 0.98% -
XYZ 41.46 24.25 2.95 -
YUV 115.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 250 66 15 0 0.74 0.94 0.02 13.02 0.96 0.52
Hex FA 42 F 0 4A 5E 2 D 60 34
Octal 372 102 17 0 112 136 2 15 140 64
Binary 11111010 1000010 1111 0 1001010 1011110 10 1101 1100000 110100

Color Harmonies of #FA420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA420F

Black with #FA420F

Text Example


Text Example

White with #FA420F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA420F; }

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

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

background-color css

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

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

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

border-color css

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

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

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