Html Css Color HEX #FA5430 Outrageous Orange

📋 copy color: '#FA5430'

red 250 ◦ green 84 ◦ blue 48

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

Shades of Outrageous Orange #FA5430

Tints of Outrageous Orange #FA5430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.99%

 BLUE value IS 48 (19.14% from 255) = 12.57%

R = 65.45%
G = 21.99%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5430 (or 0xFA5430) is known color: Outrageous Orange. HEX triplet: FA, 54 and 30. RGB value is (250,84,48). Sum of RGB (Red+Green+Blue) = 250+84+48=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5430 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5430 is #05ABCF. Grayscale: #818181. Windows color (decimal): -371664 or 3167482. OLE color: 3167482.

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

Color convert

RGB 250 84 48 -
CMYK 0 0.66 0.81 0.02
HSL 10.69º 0.95% 0.58% -
HSV(B) 10.69º 0.81% 0.98% -
XYZ 43.13 26.88 5.71 -
YUV 129.53 82 213.93 -
System Red Green Blue C M Y K H S L
Decimal 250 84 48 0 0.66 0.81 0.02 10.69 0.95 0.58
Hex FA 54 30 0 42 51 2 B 5F 3A
Octal 372 124 60 0 102 121 2 13 137 72
Binary 11111010 1010100 110000 0 1000010 1010001 10 1011 1011111 111010

Color Harmonies of #FA5430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5430

Black with #FA5430

Text Example


Text Example

White with #FA5430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5430; }

 p { color: rgb(250,84,48); }

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

background-color css

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

 a { background-color: rgb(250,84,48); }

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

border-color css

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

 span { border-color: rgb(250,84,48); }

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