Html Css Color HEX #FA552C Outrageous Orange

📋 copy color: '#FA552C'

red 250 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #FA552C

Tints of Outrageous Orange #FA552C

RGB

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

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

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

R = 65.96%
G = 22.43%
B = 11.61%

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

#FA552C (or 0xFA552C) is known color: Outrageous Orange. HEX triplet: FA, 55 and 2C. RGB value is (250,85,44). Sum of RGB (Red+Green+Blue) = 250+85+44=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA552C is #05AAD3. Grayscale: #818181. Windows color (decimal): -371412 or 2905594. OLE color: 2905594.

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

Color convert

RGB 250 85 44 -
CMYK 0 0.66 0.82 0.02
HSL 11.94º 0.95% 0.58% -
HSV(B) 11.94º 0.82% 0.98% -
XYZ 43.13 27 5.32 -
YUV 129.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 250 85 44 0 0.66 0.82 0.02 11.94 0.95 0.58
Hex FA 55 2C 0 42 52 2 C 5F 3A
Octal 372 125 54 0 102 122 2 14 137 72
Binary 11111010 1010101 101100 0 1000010 1010010 10 1100 1011111 111010

Color Harmonies of #FA552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA552C

Black with #FA552C

Text Example


Text Example

White with #FA552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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