Html Css Color HEX #FA4B2C Red Orange

📋 copy color: '#FA4B2C'

red 250 ◦ green 75 ◦ blue 44

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

Shades of Red Orange #FA4B2C

Tints of Red Orange #FA4B2C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.33%

 BLUE value IS 44 (17.58% from 255) = 11.92%

R = 67.75%
G = 20.33%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA4B2C (or 0xFA4B2C) is known color: Red Orange. HEX triplet: FA, 4B and 2C. RGB value is (250,75,44). Sum of RGB (Red+Green+Blue) = 250+75+44=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4B2C is #05B4D3. Grayscale: #7C7C7C. Windows color (decimal): -373972 or 2903034. OLE color: 2903034.

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

Color convert

RGB 250 75 44 -
CMYK 0 0.7 0.82 0.02
HSL 9.03º 0.95% 0.58% -
HSV(B) 9.03º 0.82% 0.98% -
XYZ 42.4 25.54 5.08 -
YUV 123.79 82.98 218.02 -
System Red Green Blue C M Y K H S L
Decimal 250 75 44 0 0.7 0.82 0.02 9.03 0.95 0.58
Hex FA 4B 2C 0 46 52 2 9 5F 3A
Octal 372 113 54 0 106 122 2 11 137 72
Binary 11111010 1001011 101100 0 1000110 1010010 10 1001 1011111 111010

Color Harmonies of #FA4B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4B2C

Black with #FA4B2C

Text Example


Text Example

White with #FA4B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4B2C; }

 p { color: rgb(250,75,44); }

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

background-color css

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

 a { background-color: rgb(250,75,44); }

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

border-color css

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

 span { border-color: rgb(250,75,44); }

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