Html Css Color HEX #FA402F Red Orange

📋 copy color: '#FA402F'

red 250 ◦ green 64 ◦ blue 47

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

Shades of Red Orange #FA402F

Tints of Red Orange #FA402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

 BLUE value IS 47 (18.75% from 255) = 13.02%

R = 69.25%
G = 17.73%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA402F (or 0xFA402F) is known color: Red Orange. HEX triplet: FA, 40 and 2F. RGB value is (250,64,47). Sum of RGB (Red+Green+Blue) = 250+64+47=361 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.25% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 47 (18.75% from 255 or 13.02% from 361); Max value from RGB is 250 - color contains mainly: red. Hex color #FA402F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA402F is #05BFD0. Grayscale: #757575. Windows color (decimal): -376785 or 3096826. OLE color: 3096826.

HSL color Cylindrical-coordinate representation of color #FA402F: hue angle of 5.02º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA402F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 64 47 -
CMYK 0 0.74 0.81 0.02
HSL 5.02º 0.95% 0.58% -
HSV(B) 5.02º 0.81% 0.98% -
XYZ 41.77 24.2 5.16 -
YUV 117.68 88.12 222.38 -
System Red Green Blue C M Y K H S L
Decimal 250 64 47 0 0.74 0.81 0.02 5.02 0.95 0.58
Hex FA 40 2F 0 4A 51 2 5 5F 3A
Octal 372 100 57 0 112 121 2 5 137 72
Binary 11111010 1000000 101111 0 1001010 1010001 10 101 1011111 111010

Color Harmonies of #FA402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA402F

Black with #FA402F

Text Example


Text Example

White with #FA402F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA402F; }

 p { color: rgb(250,64,47); }

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

background-color css

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

 a { background-color: rgb(250,64,47); }

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

border-color css

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

 span { border-color: rgb(250,64,47); }

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