Html Css Color HEX #FA5334 Outrageous Orange

📋 copy color: '#FA5334'

red 250 ◦ green 83 ◦ blue 52

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

Shades of Outrageous Orange #FA5334

Tints of Outrageous Orange #FA5334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 52 (20.7% from 255) = 13.51%

R = 64.94%
G = 21.56%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA5334 (or 0xFA5334) is known color: Outrageous Orange. HEX triplet: FA, 53 and 34. RGB value is (250,83,52). Sum of RGB (Red+Green+Blue) = 250+83+52=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5334 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5334 is #05ACCB. Grayscale: #818181. Windows color (decimal): -371916 or 3429370. OLE color: 3429370.

HSL color Cylindrical-coordinate representation of color #FA5334: hue angle of 9.39º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA5334 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 83 52 -
CMYK 0 0.67 0.79 0.02
HSL 9.39º 0.95% 0.59% -
HSV(B) 9.39º 0.79% 0.98% -
XYZ 43.14 26.76 6.14 -
YUV 129.4 84.33 214.02 -
System Red Green Blue C M Y K H S L
Decimal 250 83 52 0 0.67 0.79 0.02 9.39 0.95 0.59
Hex FA 53 34 0 43 4F 2 9 5F 3B
Octal 372 123 64 0 103 117 2 11 137 73
Binary 11111010 1010011 110100 0 1000011 1001111 10 1001 1011111 111011

Color Harmonies of #FA5334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5334

Black with #FA5334

Text Example


Text Example

White with #FA5334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5334; }

 p { color: rgb(250,83,52); }

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

background-color css

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

 a { background-color: rgb(250,83,52); }

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

border-color css

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

 span { border-color: rgb(250,83,52); }

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