Html Css Color HEX #FA4C2F Red Orange

📋 copy color: '#FA4C2F'

red 250 ◦ green 76 ◦ blue 47

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

Shades of Red Orange #FA4C2F

Tints of Red Orange #FA4C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.38%

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

R = 67.02%
G = 20.38%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA4C2F (or 0xFA4C2F) is known color: Red Orange. HEX triplet: FA, 4C and 2F. RGB value is (250,76,47). Sum of RGB (Red+Green+Blue) = 250+76+47=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4C2F is #05B3D0. Grayscale: #7D7D7D. Windows color (decimal): -373713 or 3099898. OLE color: 3099898.

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

Color convert

RGB 250 76 47 -
CMYK 0 0.70 0.81 0.02
HSL 8.57º 0.95% 0.58% -
HSV(B) 8.57º 0.81% 0.98% -
XYZ 42.52 25.7 5.41 -
YUV 124.72 84.15 217.36 -
System Red Green Blue C M Y K H S L
Decimal 250 76 47 0 0.70 0.81 0.02 8.57 0.95 0.58
Hex FA 4C 2F 0 46 51 2 9 5F 3A
Octal 372 114 57 0 106 121 2 11 137 72
Binary 11111010 1001100 101111 0 1000110 1010001 10 1001 1011111 111010

Color Harmonies of #FA4C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C2F

Black with #FA4C2F

Text Example


Text Example

White with #FA4C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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