Html Css Color HEX #FA542B Outrageous Orange

📋 copy color: '#FA542B'

red 250 ◦ green 84 ◦ blue 43

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

Shades of Outrageous Orange #FA542B

Tints of Outrageous Orange #FA542B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 66.31%
G = 22.28%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA542B (or 0xFA542B) is known color: Outrageous Orange. HEX triplet: FA, 54 and 2B. RGB value is (250,84,43). Sum of RGB (Red+Green+Blue) = 250+84+43=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA542B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA542B is #05ABD4. Grayscale: #818181. Windows color (decimal): -371669 or 2839802. OLE color: 2839802.

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

Color convert

RGB 250 84 43 -
CMYK 0 0.66 0.83 0.02
HSL 11.88º 0.95% 0.57% -
HSV(B) 11.88º 0.83% 0.98% -
XYZ 43.03 26.84 5.2 -
YUV 128.96 79.5 214.33 -
System Red Green Blue C M Y K H S L
Decimal 250 84 43 0 0.66 0.83 0.02 11.88 0.95 0.57
Hex FA 54 2B 0 42 53 2 C 5F 39
Octal 372 124 53 0 102 123 2 14 137 71
Binary 11111010 1010100 101011 0 1000010 1010011 10 1100 1011111 111001

Color Harmonies of #FA542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA542B

Black with #FA542B

Text Example


Text Example

White with #FA542B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA542B; }

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

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

background-color css

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

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

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

border-color css

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

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

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