Html Css Color HEX #FA542D Outrageous Orange

📋 copy color: '#FA542D'

red 250 ◦ green 84 ◦ blue 45

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

Shades of Outrageous Orange #FA542D

Tints of Outrageous Orange #FA542D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.87%

R = 65.96%
G = 22.16%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA542D (or 0xFA542D) is known color: Outrageous Orange. HEX triplet: FA, 54 and 2D. RGB value is (250,84,45). Sum of RGB (Red+Green+Blue) = 250+84+45=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA542D is #05ABD2. Grayscale: #818181. Windows color (decimal): -371667 or 2970874. OLE color: 2970874.

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

Color convert

RGB 250 84 45 -
CMYK 0 0.66 0.82 0.02
HSL 11.41º 0.95% 0.58% -
HSV(B) 11.41º 0.82% 0.98% -
XYZ 43.07 26.85 5.4 -
YUV 129.19 80.5 214.17 -
System Red Green Blue C M Y K H S L
Decimal 250 84 45 0 0.66 0.82 0.02 11.41 0.95 0.58
Hex FA 54 2D 0 42 52 2 B 5F 3A
Octal 372 124 55 0 102 122 2 13 137 72
Binary 11111010 1010100 101101 0 1000010 1010010 10 1011 1011111 111010

Color Harmonies of #FA542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA542D

Black with #FA542D

Text Example


Text Example

White with #FA542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA542D; }

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

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

background-color css

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

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

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

border-color css

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

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

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