Html Css Color HEX #FA6534 Outrageous Orange

📋 copy color: '#FA6534'

red 250 ◦ green 101 ◦ blue 52

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

Shades of Outrageous Orange #FA6534

Tints of Outrageous Orange #FA6534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

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

R = 62.03%
G = 25.06%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA6534 (or 0xFA6534) is known color: Outrageous Orange. HEX triplet: FA, 65 and 34. RGB value is (250,101,52). Sum of RGB (Red+Green+Blue) = 250+101+52=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6534 is #059ACB. Grayscale: #8C8C8C. Windows color (decimal): -367308 or 3433978. OLE color: 3433978.

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

Color convert

RGB 250 101 52 -
CMYK 0 0.60 0.79 0.02
HSL 14.85º 0.95% 0.59% -
HSV(B) 14.85º 0.79% 0.98% -
XYZ 44.7 29.88 6.66 -
YUV 139.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 250 101 52 0 0.60 0.79 0.02 14.85 0.95 0.59
Hex FA 65 34 0 3C 4F 2 F 5F 3B
Octal 372 145 64 0 74 117 2 17 137 73
Binary 11111010 1100101 110100 0 111100 1001111 10 1111 1011111 111011

Color Harmonies of #FA6534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6534

Black with #FA6534

Text Example


Text Example

White with #FA6534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6534; }

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

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

background-color css

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

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

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

border-color css

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

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

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