Html Css Color HEX #FA552F Outrageous Orange

📋 copy color: '#FA552F'

red 250 ◦ green 85 ◦ blue 47

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

Shades of Outrageous Orange #FA552F

Tints of Outrageous Orange #FA552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 65.45%
G = 22.25%
B = 12.3%

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

#FA552F (or 0xFA552F) is known color: Outrageous Orange. HEX triplet: FA, 55 and 2F. RGB value is (250,85,47). Sum of RGB (Red+Green+Blue) = 250+85+47=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA552F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA552F is #05AAD0. Grayscale: #828282. Windows color (decimal): -371409 or 3102202. OLE color: 3102202.

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

Color convert

RGB 250 85 47 -
CMYK 0 0.66 0.81 0.02
HSL 11.23º 0.95% 0.58% -
HSV(B) 11.23º 0.81% 0.98% -
XYZ 43.19 27.03 5.63 -
YUV 130 81.16 213.59 -
System Red Green Blue C M Y K H S L
Decimal 250 85 47 0 0.66 0.81 0.02 11.23 0.95 0.58
Hex FA 55 2F 0 42 51 2 B 5F 3A
Octal 372 125 57 0 102 121 2 13 137 72
Binary 11111010 1010101 101111 0 1000010 1010001 10 1011 1011111 111010

Color Harmonies of #FA552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA552F

Black with #FA552F

Text Example


Text Example

White with #FA552F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA552F; }

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

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

background-color css

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

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

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

border-color css

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

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

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