Html Css Color HEX #FA532B Outrageous Orange

📋 copy color: '#FA532B'

red 250 ◦ green 83 ◦ blue 43

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

Shades of Outrageous Orange #FA532B

Tints of Outrageous Orange #FA532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 66.49%
G = 22.07%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA532B (or 0xFA532B) is known color: Outrageous Orange. HEX triplet: FA, 53 and 2B. RGB value is (250,83,43). Sum of RGB (Red+Green+Blue) = 250+83+43=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA532B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA532B is #05ACD4. Grayscale: #808080. Windows color (decimal): -371925 or 2839546. OLE color: 2839546.

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

Color convert

RGB 250 83 43 -
CMYK 0 0.67 0.83 0.02
HSL 11.59º 0.95% 0.57% -
HSV(B) 11.59º 0.83% 0.98% -
XYZ 42.95 26.68 5.17 -
YUV 128.37 79.83 214.75 -
System Red Green Blue C M Y K H S L
Decimal 250 83 43 0 0.67 0.83 0.02 11.59 0.95 0.57
Hex FA 53 2B 0 43 53 2 C 5F 39
Octal 372 123 53 0 103 123 2 14 137 71
Binary 11111010 1010011 101011 0 1000011 1010011 10 1100 1011111 111001

Color Harmonies of #FA532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA532B

Black with #FA532B

Text Example


Text Example

White with #FA532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA532B; }

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

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

background-color css

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

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

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

border-color css

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

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

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