Html Css Color HEX #FA6632 Outrageous Orange

📋 copy color: '#FA6632'

red 250 ◦ green 102 ◦ blue 50

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

Shades of Outrageous Orange #FA6632

Tints of Outrageous Orange #FA6632

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 62.19%
G = 25.37%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA6632 (or 0xFA6632) is known color: Outrageous Orange. HEX triplet: FA, 66 and 32. RGB value is (250,102,50). Sum of RGB (Red+Green+Blue) = 250+102+50=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6632 is #0599CD. Grayscale: #8C8C8C. Windows color (decimal): -367054 or 3303162. OLE color: 3303162.

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

Color convert

RGB 250 102 50 -
CMYK 0 0.59 0.8 0.02
HSL 15.6º 0.95% 0.59% -
HSV(B) 15.6º 0.8% 0.98% -
XYZ 44.75 30.06 6.46 -
YUV 140.32 77.03 206.23 -
System Red Green Blue C M Y K H S L
Decimal 250 102 50 0 0.59 0.8 0.02 15.6 0.95 0.59
Hex FA 66 32 0 3B 50 2 10 5F 3B
Octal 372 146 62 0 73 120 2 20 137 73
Binary 11111010 1100110 110010 0 111011 1010000 10 10000 1011111 111011

Color Harmonies of #FA6632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6632

Black with #FA6632

Text Example


Text Example

White with #FA6632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6632; }

 p { color: rgb(250,102,50); }

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

background-color css

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

 a { background-color: rgb(250,102,50); }

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

border-color css

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

 span { border-color: rgb(250,102,50); }

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