Html Css Color HEX #FA482B Red Orange

📋 copy color: '#FA482B'

red 250 ◦ green 72 ◦ blue 43

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

Shades of Red Orange #FA482B

Tints of Red Orange #FA482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.73%

 BLUE value IS 43 (17.19% from 255) = 11.78%

R = 68.49%
G = 19.73%
B = 11.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA482B (or 0xFA482B) is known color: Red Orange. HEX triplet: FA, 48 and 2B. RGB value is (250,72,43). Sum of RGB (Red+Green+Blue) = 250+72+43=365 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.49% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 43 (17.19% from 255 or 11.78% from 365); Max value from RGB is 250 - color contains mainly: red. Hex color #FA482B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA482B is #05B7D4. Grayscale: #7A7A7A. Windows color (decimal): -374741 or 2836730. OLE color: 2836730.

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

Color convert

RGB 250 72 43 -
CMYK 0 0.71 0.83 0.02
HSL 8.41º 0.95% 0.57% -
HSV(B) 8.41º 0.83% 0.98% -
XYZ 42.18 25.13 4.91 -
YUV 121.92 83.47 219.36 -
System Red Green Blue C M Y K H S L
Decimal 250 72 43 0 0.71 0.83 0.02 8.41 0.95 0.57
Hex FA 48 2B 0 47 53 2 8 5F 39
Octal 372 110 53 0 107 123 2 10 137 71
Binary 11111010 1001000 101011 0 1000111 1010011 10 1000 1011111 111001

Color Harmonies of #FA482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA482B

Black with #FA482B

Text Example


Text Example

White with #FA482B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA482B; }

 p { color: rgb(250,72,43); }

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

background-color css

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

 a { background-color: rgb(250,72,43); }

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

border-color css

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

 span { border-color: rgb(250,72,43); }

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