Html Css Color HEX #FA552D Outrageous Orange

📋 copy color: '#FA552D'

red 250 ◦ green 85 ◦ blue 45

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

Shades of Outrageous Orange #FA552D

Tints of Outrageous Orange #FA552D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 65.79%
G = 22.37%
B = 11.84%

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

#FA552D (or 0xFA552D) is known color: Outrageous Orange. HEX triplet: FA, 55 and 2D. RGB value is (250,85,45). Sum of RGB (Red+Green+Blue) = 250+85+45=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA552D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA552D is #05AAD2. Grayscale: #828282. Windows color (decimal): -371411 or 2971130. OLE color: 2971130.

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

Color convert

RGB 250 85 45 -
CMYK 0 0.66 0.82 0.02
HSL 11.71º 0.95% 0.58% -
HSV(B) 11.71º 0.82% 0.98% -
XYZ 43.15 27.01 5.42 -
YUV 129.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 250 85 45 0 0.66 0.82 0.02 11.71 0.95 0.58
Hex FA 55 2D 0 42 52 2 C 5F 3A
Octal 372 125 55 0 102 122 2 14 137 72
Binary 11111010 1010101 101101 0 1000010 1010010 10 1100 1011111 111010

Color Harmonies of #FA552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA552D

Black with #FA552D

Text Example


Text Example

White with #FA552D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA552D; }

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

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

background-color css

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

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

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

border-color css

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

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

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